Exemple #1
0
 public AnotherSharedeConcreteFlyweight(FlyWeight fw)
 {
     _fw = fw;
 }
Exemple #2
0
 public SharedConcreteFlyWeight(FlyWeight fw)
 {
     _fw = fw;
 }