Exemplo n.º 1
0
 public void RefreshModList(bool sort = false)
 {
     if (sort)
     {
         ModList.DefaultSort();
         COrder.HeaderCell.SortGlyphDirection = SortOrder.Ascending;
     }
     ModList.FilterIn();
     PopulateMods();
     LoadOrderWindow.Instance.UpdateStatus();
 }