Beispiel #1
0
 public void Register(CommandGroupAttribute attributes)
 {
     Attributes = attributes;
     RegisterDefaultCommand();
     RegisterCommands();
 }
 public void Register(CommandGroupAttribute attributes)
 {
     Attributes = attributes;
     RegisterDefaultCommand();
     RegisterCommands();
 }