示例#1
0
 /// <summary>
 /// Creates an instance of the command
 /// </summary>
 public CreateFramesFromListCmd()
 {
     enabler = new RwAlwaysTrueCommandEnabler();
 }
 /// <summary>
 /// Creates an instance of the command
 /// </summary>
 public CreateLogicalGroupsFromPartsCommand()
 {
     enabler = new RwAlwaysTrueCommandEnabler();
 }