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