Пример #1
0
        //Ir a formulario principal
        private void btnEstados_Click(object sender, EventArgs e)
        {
            FormularioIngreso_Estado fic = new FormularioIngreso_Estado();

            fic.Show();
            this.Hide();
        }
Пример #2
0
 private void button9_Click(object sender, EventArgs e)
 {
     Mantenimientos.EstadosVideos.FormularioIngreso_Estado estado = new Mantenimientos.EstadosVideos.FormularioIngreso_Estado();
     estado.Show();
     this.Hide();
 }
Пример #3
0
 //ir a estado video
 private void estadoVideosToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Mantenimientos.EstadosVideos.FormularioIngreso_Estado video_estado = new Mantenimientos.EstadosVideos.FormularioIngreso_Estado();
     video_estado.Show();
 }