Esempio n. 1
0
 public LinqDirectorySearcher(
     DirectoryEntry entry) : base(entry)
 {
     Base = this;
 }
Esempio n. 2
0
 public LinqDirectorySearcher() : base()
 {
     Base = this;
 }