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