Ejemplo n.º 1
0
 private void button1_Click_2(object sender, EventArgs e)
 {
     FormInicial Inicial = new FormInicial();
     Inicial.ShowDialog();
 }
Ejemplo n.º 2
0
        private void button1_Click_2(object sender, EventArgs e)
        {
            FormInicial Inicial = new FormInicial();

            Inicial.ShowDialog();
        }