Beispiel #1
0
 private void txt_cantidad_cuota_KeyPress(object sender, KeyPressEventArgs e)
 {
     S_Utilidades.Permitir_Solo_Numero(sender, e);
 }