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