private void LicencingButton_Click(object sender, EventArgs e)
        {
            GPLAboutBox GPL = new GPLAboutBox();

            GPL.ShowDialog(PluginManager.AWBForm.Form);
        }
Exemple #2
0
 private void LicencingButton_Click(object sender, EventArgs e)
 {
     GPLAboutBox GPL = new GPLAboutBox();
     GPL.ShowDialog(PluginManager.AWBForm.Form);
 }