Example #1
0
 private void aggCat_Click(object sender, EventArgs e)
 {
     FrmRegistrarCategoria C = new FrmRegistrarCategoria();
     C.ShowDialog();
 }