示例#1
0
        private void PictureBox3_Click(object sender, EventArgs e)
        {
            Today_Appointment_List tl = new Today_Appointment_List();

            this.Close();
            tl.Show();
        }
        private void Button1_Click(object sender, EventArgs e)
        {
            Today_Appointment_List tl = new Today_Appointment_List();

            Close();
            tl.Show();
        }