private void Button2_Click(object sender, EventArgs e) { this.Visible = false; DoctorInfo di = new DoctorInfo(); di.Show(); }
private void Cancel_Click(object sender, EventArgs e) { this.Visible = false; DoctorInfo i = new DoctorInfo(); i.Show(); }