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