AutoWikiBrowser.Plugins.Kingbotk.WikiProjects.BioWithWorkgroups.BioWithWorkgroups C# (CSharp) Method

BioWithWorkgroups() public method

public BioWithWorkgroups ( string template, string prefix, bool autoStubEnabled ) : System.Windows.Forms
template string
prefix string
autoStubEnabled bool
return System.Windows.Forms
        public BioWithWorkgroups(string template, string prefix, bool autoStubEnabled,
            params TemplateParameters[] @params)
            : base(template, prefix, autoStubEnabled, @params)
        {
            ListView1.ItemChecked += ListView1_ItemChecked;
        }