예제 #1
0
 public override string FormatErrorMessage(string name)
 {
     return(UIUtilities.GetGlobalResource(ErrorMessage));
 }
예제 #2
0
 public override string FormatErrorMessage(string name)
 {
     return(string.Format(UIUtilities.GetGlobalResource(ErrorMessage), name, UIUtilities.GetGlobalResource(testedPropertyDisplayName)));
 }