Пример #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
 public WIZZ04(WIZZ03 last)
 {
     creator = last;
     InitializeComponent();
 }