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