示例#1
0
        private void btDuAn_Click(object sender, EventArgs e)
        {
            Form f1 = new DuAn();

            f1.Show();
        }