Пример #1
0
        private void btnSuivantPatient_Click(object sender, EventArgs e)
        {
            // SUIVANT = WIZZ04
            WIZZ04 c = new WIZZ04(this)
            {
                Tag = this
            };

            c.Show();
            Hide();
        }
Пример #2
0
 public WIZZ05(WIZZ04 last)
 {
     creatorP = last;
     InitializeComponent();
 }