Beispiel #1
0
 public static void ShowMandatoryError(string fieldName)
 {
     ErrorForm.ShowErrorDirect(StandardErrorHelper.Error(StandardError.Mandatory, fieldName));
 }