// shows the setup dialog public void ShowPlugin() { SetupForm setup = new SetupForm(); setup.ShowDialog(); }
// shows the setup dialog public void ShowPlugin() { var setup = new SetupForm(); setup.ShowDialog(); }