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