diff --git a/SUBD/SUBD/FormDisciplineLowMark.cs b/SUBD/SUBD/FormDisciplineLowMark.cs index 3ebb70e..24fa861 100644 --- a/SUBD/SUBD/FormDisciplineLowMark.cs +++ b/SUBD/SUBD/FormDisciplineLowMark.cs @@ -37,7 +37,7 @@ namespace SUBD { StatementSearchModel model = new StatementSearchModel(); Dictionary badResults = new Dictionary(); - int[] arrayTopBadId = new int[10]; + int[] arrayTopBadId = new int[250]; Stopwatch stopwatch = new Stopwatch(); stopwatch.Start(); var listAllRes = _resultLogic.ReadList(null);