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