Esempio n. 1
0
 public AnotherSharedeConcreteFlyweight(FlyWeight fw)
 {
     _fw = fw;
 }
Esempio n. 2
0
 public SharedConcreteFlyWeight(FlyWeight fw)
 {
     _fw = fw;
 }