AutoWikiBrowser.Plugins.Kingbotk.Plugins.GenericTemplateSettings.GenericTemplateSettings C# (CSharp) Method

GenericTemplateSettings() private method

private GenericTemplateSettings ( string ourPluginName ) : System
ourPluginName string
return System
        internal GenericTemplateSettings(string ourPluginName)
        {
            // This call is required by the Windows Form Designer.
            InitializeComponent();

            // Add any initialization after the InitializeComponent() call.
            _name = ourPluginName;
        }