Example #1
0
 public ListViewSorter()
 {
     this.columnToSort = 0;
     this.comparer = new GenericComparer();
     this.orderOfSort = SortOrder.None;
 }
Example #2
0
 public ListViewSorter()
 {
     this.columnToSort = 0;
     this.comparer     = new GenericComparer();
     this.orderOfSort  = SortOrder.None;
 }