Example #1
0
 public CommandGroup(string value)
 {
     groupName = value;
     CommandManager.BeginGroup(this);
 }
Example #2
0
 public CommandGroup()
 {
     groupName = "Undefined";
     CommandManager.BeginGroup(this);
 }