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