示例#1
0
 private void aboutButton_Click(object sender, EventArgs e)
 {
     AboutBox1 a = new AboutBox1();
     a.Show();
 }
示例#2
0
        private void aboutButton_Click(object sender, EventArgs e)
        {
            AboutBox1 a = new AboutBox1();

            a.Show();
        }