Example #1
0
         WWListView m_wwList; // the list we're currently sorting

         // Construct a comparer
         public WWListViewItemComparer(WWListView wwlv) 
         {
            m_wwList = wwlv; // keep track of the list we're sorting
         }
Example #2
0
            WWListView m_wwList; // the list we're currently sorting

            // Construct a comparer
            public WWListViewItemComparer(WWListView wwlv)
            {
                m_wwList = wwlv; // keep track of the list we're sorting
            }