private void categoriasToolStripMenuItem_Click(object sender, EventArgs e) { FRMCategoria categorias = new FRMCategoria(); categorias.MdiParent = this; categorias.Show(); }
private void button1_Click(object sender, EventArgs e) { FRMCategoria categoria = new FRMCategoria(); categoria.TableroControl(); categoria.ShowDialog(); this.ListadoCategoria(); }