示例#1
0
文件: Form2.cs 项目: webguru071/HMS
        private void dOCTORToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Doctor_Appointment da = new Doctor_Appointment();

            da.Show();
        }
示例#2
0
        private void appointmentToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Doctor_Appointment da = new Doctor_Appointment(user_name, password, user_type);

            da.Show();
        }
示例#3
0
文件: Form2.cs 项目: webguru071/HMS
        private void button8_Click(object sender, EventArgs e)
        {
            Doctor_Appointment da = new Doctor_Appointment();

            da.Show();
        }
示例#4
0
        private void button8_Click(object sender, EventArgs e)
        {
            Doctor_Appointment da = new Doctor_Appointment(user_name, password, user_type);

            da.Show();
        }