Exemplo n.º 1
0
        private void button4_Click(object sender, EventArgs e)
        {
            frmImportMedicalExamField frm = new frmImportMedicalExamField(strMedicalExamId, _ComponentName);

            frm.ShowDialog();
            BindGridMedicalExamFields(strMedicalExamId);
        }
Exemplo n.º 2
0
        private void importarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmImportMedicalExamField frm = new frmImportMedicalExamField(strMedicalExamId, _ComponentName);

            frm.ShowDialog();
            BindGridMedicalExamFields(strMedicalExamId);
        }