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