private void prescriptionButton_Click(object sender, EventArgs e) { Prescription prescription = new Prescription(0, 0); prescription.Show(); }
private void genererOrdonnance_Click(object sender, EventArgs e) { Prescription prescription = new Prescription(animal.Clients_idClients, animal.idAnimaux); prescription.Show(); }