Exemplo n.º 1
0
        private void btnSearch_Click(object sender, EventArgs e)
        {
            //clear and reload templates into listview with search
            listView1.Clear();
            listView1.Groups.Clear();
            imageListSym.Images.Clear();
            LoadListView();

            SortByRank.Sort(listView1, tbSearch.Text);
            ColumnSort();
        }
 public static void Sort(ListView list, string filterTypeStr)
 {
     SortByRank sorter = new SortByRank(list, filterTypeStr);
 }
Exemplo n.º 3
0
 public static void Sort(ListView list, string filterTypeStr)
 {
     SortByRank sorter = new SortByRank(list, filterTypeStr);
 }