using System; static class Ohjelma { #if WINDOWS || XBOX static void Main(string[] args) { using (Tasohyppelypeli1 game = new Tasohyppelypeli1()) { #if !DEBUG game.IsFullScreen = true; #endif game.Run(); } } #endif }