示例#1
0
 private void tb_codigo_KeyPress(object sender, KeyPressEventArgs e)
 {
     ver.SoloNumeroYLetras(e);
 }