private void toolStripDropDownButtonInvalidPluginCount_Click(object sender, EventArgs e) { using (var dialog = new InvalidPluginsView()) { dialog.ShowDialog(); } }
private void toolStripDropDownButtonInvalidPluginCount_Click(object sender, EventArgs e) { using(var dialog = new InvalidPluginsView()) { dialog.ShowDialog(); } }