コード例 #1
0
 public static void Main() {
     TestApp.App app = new TestApp.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
 public static void Main()
 {
     TestApp.App app = new TestApp.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #3
0
ファイル: App.g.i.cs プロジェクト: juniair/MyPrismLibrary
 public static void Main()
 {
     TestApp.App app = new TestApp.App();
     app.Run();
 }