private void menuItemAbout_Click(object sender, System.EventArgs e) { if (m_AboutDialog == null) { m_AboutDialog = new NrlMryAboutDialog(); m_AboutDialog.Owner = this; } m_AboutDialog.ShowDialog(); }
private void menuItemAbout_Click(object sender, System.EventArgs e) { if(m_AboutDialog == null) { m_AboutDialog = new NrlMryAboutDialog(); m_AboutDialog.Owner = this; } m_AboutDialog.ShowDialog(); }