/// <summary> /// Method which shows the setup form of the plugin /// </summary> public override void ShowPlugin() { ConfigurationForm confForm = new ConfigurationForm(); confForm.ShowDialog(); }