예제 #1
0
        private void btnSuivantMed_Click(object sender, EventArgs e)
        {
            // SUIVANT = WIZZ03
            datePrescription = txtDate.Value;
            WIZZ03 c = new WIZZ03(this)
            {
                Tag = this
            };

            c.Show(this);
            Hide();
        }
예제 #2
0
 private void btnPrecedentMedicament_Click(object sender, EventArgs e)
 {
     //PRECEDENT = WIZZ03
     creator.Show();
     Hide();
 }