Beispiel #1
0
 public static SmartTree GetInstance(ICustomCollections <Toy> collections)
 {
     return(new SmartTree(collections));
 }
Beispiel #2
0
 public SmartTree(ICustomCollections <Toy> collections)
 {
     _toysMass = collections;
 }