1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : 9 : 10 : 11 : 12 : 13 : 14 : 15 :
jusqu'ici j'ai ceci : btnSearch_Click vide protégé (expéditeur d'objet, EventArgs e) { si ((! IsEmpty (txtFirstName.Text)) || (! IsEmpty (txtLastName.Text)) || (! IsEmpty (txtDateOfBirth.Text)) ) { Bind_Patients () ; } autrement { Bind_Patientsla () ; } }