Пример #1
0
 private void emrDbaseButton_Click(object sender, EventArgs e)
 {
     frmPharmacyPrescriptionDatabase fppd = new frmPharmacyPrescriptionDatabase();
     fppd.Show();
 }
Пример #2
0
        private void emrDbaseButton_Click(object sender, EventArgs e)
        {
            frmPharmacyPrescriptionDatabase fppd = new frmPharmacyPrescriptionDatabase();

            fppd.Show();
        }