Example #1
0
 private void btnSearchPatient_Click(object sender, EventArgs e)
 {
     dbcon.getClientInfo(txbSearchClient, txbPersNum, txbFname, txbLname, txbAdr,
                         txbCity, txbPcode, txbPhNum, txbEmail);
 }