示例#1
0
 public static string GetFormatted(string resource, params object[] arguments)
 {
     return(Accessor.GetFormatted(resource, arguments));
 }