public FileNameParameters(string querystr, FileNameFilterTypes filterType, bool SearchmatchCase)
 {
     this.filter = filterType;
     this.query = querystr;
     this.matchCase = SearchmatchCase;
 }
Example #2
0
 public FileNameParameters(string querystr, FileNameFilterTypes filterType, bool SearchmatchCase)
 {
     this.filter    = filterType;
     this.query     = querystr;
     this.matchCase = SearchmatchCase;
 }