示例#1
0
文件: App.g.cs 项目: sonicrang/WPFIPC
 public static void Main() {
     Sender.App app = new Sender.App();
     app.InitializeComponent();
     app.Run();
 }
示例#2
0
 public static void Main()
 {
     Sender.App app = new Sender.App();
     app.InitializeComponent();
     app.Run();
 }