示例#1
0
 public static void Main()
 {
     Ploeh.Samples.ProductManagement.WpfClient.App app = new Ploeh.Samples.ProductManagement.WpfClient.App();
     app.Run();
 }
示例#2
0
 public static void Main() {
     Ploeh.Samples.ProductManagement.WpfClient.App app = new Ploeh.Samples.ProductManagement.WpfClient.App();
     app.Run();
 }