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