AutoWikiBrowser.Plugins.Kingbotk.Components.AboutBox.LicencingButton_Click C# (CSharp) Method

LicencingButton_Click() private method

private LicencingButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void LicencingButton_Click(object sender, EventArgs e)
        {
            GPLAboutBox GPL = new GPLAboutBox();
            GPL.ShowDialog(PluginManager.AWBForm.Form);
        }