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