Во, так лучше

This commit is contained in:
ElEgEv 2023-10-25 00:13:54 +04:00
parent cac22b1578
commit cbc1144b74

View File

@ -141,7 +141,7 @@ namespace VisualComponentsForm
}
}
supportList = supportList.OrderBy(sl => sl.Theme.Any(char.IsDigit)).ToList();
supportList = supportList.OrderBy(sl => sl.Theme).ToList();
totalList.Add(new string[,] { { "Дисциплина", discipline.Name } });