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