Summary description for About.
Наследование: System.Windows.Forms.Form
Пример #1
0
		private void menuItemAbout_Click( object sender, System.EventArgs e ) {
			AboutDialog aboutDialog = new AboutDialog();
			aboutDialog.ShowDialog( this );
		}
Пример #2
0
        private void menuItemAbout_Click(object sender, System.EventArgs e)
        {
            AboutDialog aboutDialog = new AboutDialog();

            aboutDialog.ShowDialog(this);
        }