Пример #1
0
 public ColumnFilterConditionCollection(FilterTreeList treeList, int capacity)
     : base(capacity)
 {
     OwnerTreeList = treeList;
 }
Пример #2
0
 public ColumnFilterConditionCollection(FilterTreeList treeList)
 {
     OwnerTreeList = treeList;
 }
 public void Dispose()
 {
     ownerTreeList       = null;
     filterShowingColumn = null;
 }
 public PopupForm(FilterTreeList owner)
 {
     InitializeComponent();
     ownerTreeList = owner;
 }
 public ColumnFilterEngine(FilterTreeList owner)
 {
     ownerTreeList = owner;
 }