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