Ejemplo n.º 1
0
 public RoleDoctorEvil(Flyweight flyweight)
 {
     this.flyweight = flyweight;
 }
Ejemplo n.º 2
0
 public RoleAustinPowers(Flyweight flyweight)
 {
     this.flyweight = flyweight;
 }