예제 #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);
 }