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