示例#1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Law_Form f = new Law_Form();

            f.Show();
        }
示例#2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Law_Form lawd = new Law_Form();

            lawd.Show();
        }