Summary description for About.
Inheritance: System.Windows.Forms.Form
Exemplo n.º 1
0
		private void menuItemAbout_Click( object sender, System.EventArgs e ) {
			AboutDialog aboutDialog = new AboutDialog();
			aboutDialog.ShowDialog( this );
		}
Exemplo n.º 2
0
        private void menuItemAbout_Click(object sender, System.EventArgs e)
        {
            AboutDialog aboutDialog = new AboutDialog();

            aboutDialog.ShowDialog(this);
        }