Пример #1
0
 public static List <string> ReadTags(string host, string logname, FtpUtil.CriteriaHandle handle = null)
 {
     return(FtpUtil.ReadTags(host, logname, handle));
 }