示例#1
0
        private void button8_Click(object sender, EventArgs e)
        {
            Form13 f13 = new Form13();

            f13.Show();
            this.Hide();
        }
示例#2
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            fname = textBox1.Text;
            lname = textBox2.Text;
            date  = dateTimePicker1.MinDate.Date.ToShortDateString();
            Form13 f13 = new Form13();

            f13.Show();
            this.Hide();
        }