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