From 8c2e7d493f26613bbb5cbc5e9869aeb13a7f58df Mon Sep 17 00:00:00 2001 From: "ityurner02@mail.ru" Date: Mon, 24 Apr 2023 21:39:36 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SUBD/SUBD/FormDisciplineLowMark.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);