Example #1
0
 public static void FactoryDP()
 {
     var fac = new Factory();
     fac.Demonstrate();
 }