示例#1
0
 /// <summary>
 /// Launch the Image test.
 /// </summary>
 public static void Main()
 {
     using (var game = new ComplexLayoutTest())
     {
         game.IsUpdateAutomatic = true;
         game.Run();
     }
 }
示例#2
0
 /// <summary>
 /// Launch the Image test.
 /// </summary>
 public static void Main()
 {
     using (var game = new ComplexLayoutTest())
     {
         game.IsUpdateAutomatic = true;
         game.Run();
     }
 }