Ejemplo n.º 1
0
        private void CategoriaToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            cCategoria categoria = new cCategoria();

            categoria.MdiParent = this;
            categoria.Show();
        }
Ejemplo n.º 2
0
        private void MenucCategoria_Click(object sender, RoutedEventArgs e)
        {
            cCategoria C = new cCategoria();

            C.Show();
        }