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