コード例 #1
0
ファイル: ButtonTest.cs プロジェクト: santoshna/xenko-1
 /// <summary>
 /// Launch the Image test.
 /// </summary>
 public static void Main()
 {
     using (var game = new ButtonTest())
         game.Run();
 }
コード例 #2
0
ファイル: ButtonTest.cs プロジェクト: glepag1/stride
 /// <summary>
 /// Launch the Image test.
 /// </summary>
 internal static void Main()
 {
     using (var game = new ButtonTest())
         game.Run();
 }