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