Example #1
0
 private void txtPVentaImpuesto_Enter(object sender, EventArgs e)
 {
     Funciones.SelTexto((TextBox)sender);
 }
Example #2
0
 private void txtGanancia_Enter(object sender, EventArgs e)
 {
     Funciones.SelTexto((TextBox)sender);
 }