Example #1
0
 public CustomPropertyGroup(IPlugIn plugin, Guid choicePoolId) : this(plugin)
 {
     _ChoicePool         = IChoicePool.GetChoicePoolById(choicePoolId);
     isDefaultChoicePool = false;
 }