public LayerBrushType(WizardImplementation wizard, Dictionary <string, string> replacementsDictionary, object[] customParams, PluginInfo pluginInfo)
 {
     _wizard = wizard;
     _replacementsDictionary = replacementsDictionary;
     _customParams           = customParams;
     _pluginInfo             = pluginInfo;
     _layerBrushInfo         = new LayerBrushInfo();
 }
Example #2
0
 public ModulePluginType(WizardImplementation wizard, Dictionary <string, string> replacementsDictionary, object[] customParams, PluginInfo pluginInfo)
 {
     _wizard = wizard;
     _replacementsDictionary = replacementsDictionary;
     _customParams           = customParams;
     _pluginInfo             = pluginInfo;
     _moduleInfo             = new ModuleInfo();
 }