Exemplo n.º 1
0
 public ModelSearch(string _rootpath) : base(_rootpath)
 {
     foreach (var extension in SelfExtension)
     {
         IncludeExtensions.Add(extension);
     }
 }
Exemplo n.º 2
0
 public AssetsSearchWithExtension(string _rootpath, string[] SelfExtension) : base(_rootpath)
 {
     foreach (var extension in SelfExtension)
     {
         IncludeExtensions.Add(extension);
     }
 }