AutoWikiBrowser.Plugins.Kingbotk.WikiProjects.WPSongs.WPSongs C# (CSharp) Méthode

WPSongs() private méthode

private WPSongs ( ) : System.Windows.Forms
Résultat System.Windows.Forms
        internal WPSongs()
            : base("WikiProjectSongs|WP Songs|Song|Songs|WPSongs|WikiProject Song")
        {
            // Specify alternate names only

            TemplateParameters[] @params = new TemplateParameters[-1 + 1];

            _ourSettingsControl = new GenericWithWorkgroups(PluginName, Prefix, true, @params);
        }