コード例 #1
0
        private void billCollectionToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            IndoorPatient.PatientAmountReceive frm = new GHospital_Care.IndoorPatient.PatientAmountReceive();

            frm.MdiParent = this;
            frm.Show();
        }
コード例 #2
0
 private void recieveFromPatientToolStripMenuItem_Click(object sender, EventArgs e)
 {
     IndoorPatient.PatientAmountReceive frm = new GHospital_Care.IndoorPatient.PatientAmountReceive();
     frm.MdiParent = this;
     frm.Show();
 }