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