示例#1
0
        private void btnNvlPrescription_Click(object sender, EventArgs e)
        {
            // SUIVANT = WIZZ02
            WIZZ02 c = new WIZZ02(this)
            {
                Tag = this
            };

            c.Show();
            Hide();
        }
示例#2
0
 public WIZZ03(WIZZ02 last)
 {
     creator = last;
     InitializeComponent();
 }