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