Exemple #1
0
 private void txtImpuesto_KeyUp(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.F2)
     {
         frmCatalogoImpuesto vista = new frmCatalogoImpuesto();
         vista.ShowDialog();
     }
 }
Exemple #2
0
        private void pctBuscar_Click(object sender, EventArgs e)
        {
            frmCatalogoImpuesto vista = new frmCatalogoImpuesto();

            vista.ShowDialog();
        }