Exemplo n.º 1
0
 public void paste(IEntityContainer container)
 {
     this.container = container;
     container.set(location, this);
 }
Exemplo n.º 2
0
 public void paste(IEntityContainer container, EntityLocation location)
 {
     this.container = container;
     this.location  = location;
     container.set(location, this);
 }