コード例 #1
0
ファイル: TransparencyTest.cs プロジェクト: rock6tsai/paradox
 /// <summary>
 /// Launch the Image test.
 /// </summary>
 public static void Main()
 {
     using (var game = new TransparencyTest())
     {
         game.IsAutomatic = true;
         game.Run();
     }
 }
コード例 #2
0
 /// <summary>
 /// Launch the Image test.
 /// </summary>
 public static void Main()
 {
     using (var game = new TransparencyTest())
     {
         game.IsAutomatic = true;
         game.Run();
     }
 }