예제 #1
0
 private void txtUser_KeyPress(object sender, KeyPressEventArgs e)
 {
     Filtro.Alfanumerico(e);
 }