Inheritance: System.Windows.Forms.Form
示例#1
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var about = new AboutWindow();

            about.ShowDialog();
        }
示例#2
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var about = new AboutWindow();
     about.ShowDialog();
 }