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