コード例 #1
0
ファイル: FrmAlta.cs プロジェクト: ezzee01/Parcial
 private void txtValorHora_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumeros(e);
 }
コード例 #2
0
ファイル: FrmAlta.cs プロジェクト: ezzee01/Parcial
 private void txtDNIResponsable_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumeros(e);
 }