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