Esempio n. 1
0
        private void categoriasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCategorias categorias = new frmCategorias();

            categorias.Show();
            categorias.MdiParent = this;
        }
Esempio n. 2
0
        private void btnNuevaCategoria_Click(object sender, EventArgs e)
        {
            frmCategorias categorias = new frmCategorias();

            categorias.ShowDialog();
        }