예제 #1
0
        //Ir a formulario principal
        private void btnCatVideos_Click(object sender, EventArgs e)
        {
            FormularioIngreso_CatVideo form = new FormularioIngreso_CatVideo();

            form.Show();
            this.Hide();
        }
예제 #2
0
 private void button6_Click(object sender, EventArgs e)
 {
     Mantenimientos.CategoriaVideos.FormularioIngreso_CatVideo catv = new Mantenimientos.CategoriaVideos.FormularioIngreso_CatVideo();
     catv.Show();
     this.Hide();
 }
예제 #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();
 }