Example #1
0
 public DirectoryVirtualListView(int beforeCount, int afterCount, string target, System.DirectoryServices.DirectoryVirtualListViewContext context)
 {
     this.target      = "";
     this.BeforeCount = beforeCount;
     this.AfterCount  = afterCount;
     this.Target      = target;
     this.context     = context;
 }
 public DirectoryVirtualListView(int beforeCount, int afterCount, string target, System.DirectoryServices.DirectoryVirtualListViewContext context)
 {
     this.target = "";
     this.BeforeCount = beforeCount;
     this.AfterCount = afterCount;
     this.Target = target;
     this.context = context;
 }