Exemplo n.º 1
0
 private void txt_PrixBillet_Validating(object sender, CancelEventArgs e)
 {
     DeclarationsGlobales.ValidationTxtNumerique(txt_PrixBillet, "Le prix doit être numérique !!!", errorProviderTxt, e);
 }
Exemplo n.º 2
0
 private void txt_capacite_Validating(object sender, CancelEventArgs e)
 {
     DeclarationsGlobales.ValidationTxtNumerique(txt_capacite, "La capacité doit être numérique !!!", errorProviderTxt, e);
 }
Exemplo n.º 3
0
 private void txt_nbrVoy_Validating(object sender, CancelEventArgs e)
 {
     DeclarationsGlobales.ValidationTxtNumerique(txt_nbrVoy, "Le champ doit être numérique !!!", errorProviderTxt, e);
 }