Exemple #1
0
        private void btnResultEntry_Click(object sender, EventArgs e)
        {
            frmResultEntry frmObj = new frmResultEntry();

            frmObj.LoadPatientDetails(BillId);
            frmObj.ShowDialog();
        }
Exemple #2
0
        private void dgvViewLabBills_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
        {
            frmResultEntry frmObj = new frmResultEntry();

            frmObj.LoadPatientDetails(SelectID());
            frmObj.ShowDialog();
        }