Ejemplo n.º 1
0
        //Ir a formulario principal
        private void btnCatVideos_Click(object sender, EventArgs e)
        {
            FormularioIngreso_CatVideo form = new FormularioIngreso_CatVideo();

            form.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
 private void button6_Click(object sender, EventArgs e)
 {
     Mantenimientos.CategoriaVideos.FormularioIngreso_CatVideo catv = new Mantenimientos.CategoriaVideos.FormularioIngreso_CatVideo();
     catv.Show();
     this.Hide();
 }
Ejemplo n.º 3
0
 //ir a categoria
 private void categoriaVideosToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Mantenimientos.CategoriaVideos.FormularioIngreso_CatVideo categoria = new Mantenimientos.CategoriaVideos.FormularioIngreso_CatVideo();
     categoria.Show();
 }