private void miAbout_Click(object sender, EventArgs e) { if (_aboutBox == null) _aboutBox = new AboutBox(); _aboutBox.ShowDialog(); }