예제 #1
0
 private void base_pasaje_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones func = new Funciones();
     func.soloNumerosPuntosyComas(e);
 }