static void Main(string[] args) { using (StaticLevelDemo game = new StaticLevelDemo()) { game.Run(); } }