Summary description for About.
Inheritance: System.Windows.Forms.Form
コード例 #1
0
ファイル: MainForm2.cs プロジェクト: GodLesZ/svn-dump
		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);
        }