Exemple #1
0
        private void showCreationForm()
        {
            Create_New cform = new Create_New();

            cform.Show();
            this.Hide();
        }
 private void showCreationForm()
 {
     Create_New cform = new Create_New();
     cform.Show();
     this.Hide();
 }