示例#1
0
 private void btnAbout_Click(object sender, EventArgs e)
 {
     AboutBox ab = new AboutBox();
     ab.ShowDialog();
 }
示例#2
0
        private void btnAbout_Click(object sender, EventArgs e)
        {
            AboutBox ab = new AboutBox();

            ab.ShowDialog();
        }