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