Inheritance: System.Windows.Forms.Form
Beispiel #1
0
 private void toolsLatestPlugins_Click(object sender, EventArgs e)
 {
     PluginUpdater pu = new PluginUpdater();
     pu.ShowDialog();
 }
Beispiel #2
0
        private void toolsLatestPlugins_Click(object sender, EventArgs e)
        {
            PluginUpdater pu = new PluginUpdater();

            pu.ShowDialog();
        }