示例#1
0
 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();
 }