コード例 #1
0
ファイル: Eliminar.cs プロジェクト: brayanceron/Previo
 private void txbcodigo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
 }
コード例 #2
0
ファイル: Eliminar.cs プロジェクト: brayanceron/Previo
 private void txbeliminar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
 }
コード例 #3
0
 private void txbcantcomprar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
 }