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