Пример #1
0
        private void menuItemAbout_Click(object sender, System.EventArgs e)
        {
            if (m_AboutDialog == null)
            {
                m_AboutDialog       = new NrlMryAboutDialog();
                m_AboutDialog.Owner = this;
            }

            m_AboutDialog.ShowDialog();
        }
Пример #2
0
		private void menuItemAbout_Click(object sender, System.EventArgs e)
		{
			if(m_AboutDialog == null)
			{
				m_AboutDialog = new NrlMryAboutDialog();
				m_AboutDialog.Owner = this;
			}

			m_AboutDialog.ShowDialog();
		}