예제 #1
0
 private void btnOP_Click(object sender, EventArgs e)
 {
     OutdoorPatient.OutpatientBilling frm = new GHospital_Care.OutdoorPatient.OutpatientBilling("");
     frm.MdiParent = this;
     frm.Show();
 }
예제 #2
0
 private void btnCreateBill_Click(object sender, EventArgs e)
 {
     OutdoorPatient.OutpatientBilling frm = new OutpatientBilling(txtID.Text);
     frm.Show();
 }