コード例 #1
0
        private void btn_GestionarCategorias_Click(object sender, EventArgs e)
        {
            Gestionar_Categorias GC = new Gestionar_Categorias(usu);

            GC.Show();
            this.Hide();
        }
コード例 #2
0
        private void btnVolver_Click(object sender, EventArgs e)
        {
            Gestionar_Categorias GU = new Gestionar_Categorias(usu);

            GU.Show();
            GU.refrescar();
            this.Visible = false;
        }