Exemplo n.º 1
0
        private void LicencingButton_Click(object sender, EventArgs e)
        {
            GPLAboutBox GPL = new GPLAboutBox();

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