예제 #1
0
 public string GetValidFileName(object obj, string fileName)
 {
     return(format.GetValidFormatName(obj, fileName));
 }