Beispiel #1
0
        private void prescriptionButton_Click(object sender, EventArgs e)
        {
            Prescription prescription = new Prescription(0, 0);

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

            prescription.Show();
        }