Example #1
0
 /// <summary>
 /// Launch the Image test.
 /// </summary>
 public static void Main()
 {
     using (var game = new ScrollingTextTest())
     {
         game.IsAutomatic = true;
         game.Run();
     }
 }
 /// <summary>
 /// Launch the Image test.
 /// </summary>
 public static void Main()
 {
     using (var game = new ScrollingTextTest())
     {
         game.IsAutomatic = true;
         game.Run();
     }
 }