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