Ejemplo n.º 1
0
 private void cmdShowUpdateTestForm_Click(object sender, EventArgs e)
 {
     UpdatingTestForm updateForm = new UpdatingTestForm();
       updateForm.Show();
 }
Ejemplo n.º 2
0
        private void cmdShowUpdateTestForm_Click(object sender, EventArgs e)
        {
            UpdatingTestForm updateForm = new UpdatingTestForm();

            updateForm.Show();
        }