private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { mAboutDialog = new Dialogs.AboutDialog(); mAboutDialog.ShowDialog(this); }