Пример #1
0
 public CheckColumnFilterStrategy(ALVColumn column)
 {
     this.owner = column;
 }
Пример #2
0
 public TextColumnFilterStrategy(ALVColumn column, bool fullCompare)
 {
     this.owner       = column;
     this.fullCompare = fullCompare;
 }