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