示例#1
0
文件: DFS.cs 项目: erisonliang/qizmt
 public static dfs.DfsFile DfsFind(dfs dc, string dfspath, string type)
 {
     return dc.Find(dfspath, type);
 }
示例#2
0
文件: DFS.cs 项目: erisonliang/qizmt
 public static dfs.DfsFile DfsFind(dfs dc, string dfspath)
 {
     return dc.Find(dfspath);
 }