예제 #1
0
 public Hashtable GetData(string path)
 {
     this.SourceFile = path;
     return(dReader.GetData(this.SourceFile));
 }