public override void Context()
 {
     attribute = new CommandForAttribute("bob","");
 }
Exemplo n.º 2
0
 public override void Context()
 {
     attribute = new CommandForAttribute(CommandNameType.@new);
 }