예제 #1
0
        private void genererOrdonnance_Click(object sender, EventArgs e)
        {
            Prescription prescription = new Prescription(animal.Clients_idClients, animal.idAnimaux);

            prescription.Show();
        }