Exemplo n.º 1
0
 public static dfs.DfsFile DfsFind(dfs dc, string dfspath, string type)
 {
     return dc.Find(dfspath, type);
 }
Exemplo n.º 2
0
 public static dfs.DfsFile DfsFind(dfs dc, string dfspath)
 {
     return dc.Find(dfspath);
 }