Example #1
0
 public ChangeNameCommand(PersonController pc, String name)
 {
     this.newName = name;
     this.target  = pc;
 }
Example #2
0
 public AskForName(PersonController pc)
 {
     this.Person = pc;
 }