Exemple #1
0
 private void btoSubLinea_Click(object sender, EventArgs e)
 {
     formActivo           = "activo";
     codCategoria         = txtCodCatg.Text;
     venTbSucCatg         = new frmTbSubCateg();
     venTbSucCatg.pasado += new frmTbSubCateg.pasar(ejecutarSub);
     venTbSucCatg.ShowDialog();
 }
Exemple #2
0
 private void btnPuntos_Click(object sender, EventArgs e)
 {
     ventTbSubCategoria         = new frmTbSubCateg();
     ventTbSubCategoria.pasado += new frmTbSubCateg.pasar(ejecutar);
     ventTbSubCategoria.ShowDialog();
 }