Ejemplo n.º 1
0
        private void button14_Click(object sender, EventArgs e)
        {
            START_PAGE startForm = new START_PAGE();

            this.Hide();
            startForm.Show();
        }
Ejemplo n.º 2
0
 private void button4_Click(object sender, EventArgs e)
 {
     this.Hide();
     startForm.Show();
 }