示例#1
0
 public static void Main()
 {
     WPF_UI.App app = new WPF_UI.App();
     app.Run();
 }
示例#2
0
文件: App.g.i.cs 项目: ken95l/WPF-UI
 public static void Main()
 {
     WPF_UI.App app = new WPF_UI.App();
     app.InitializeComponent();
     app.Run();
 }