From 574b30894921351d6d0dd288f109b5cb6bb2a26a Mon Sep 17 00:00:00 2001 From: kotcheshir73 Date: Sat, 3 Apr 2021 11:39:49 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B2=20=D0=B4=D0=BE=D0=B3=D0=BE=D0=BD=D0=BA?= =?UTF-8?q?=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SecurityWindowsDesktop/EntityControls/ControlUserList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserList.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserList.cs index 8e97a98..de6f5e2 100644 --- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserList.cs +++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserList.cs @@ -65,7 +65,7 @@ namespace SecurityWindowsDesktop.EntityControls private void FillSearchPanel() { - var control = new BaseControlString("UserNameForSearch", false, false, null) + var control = new BaseControlString("UserNameForSearch", false, false, 0) { Location = new System.Drawing.Point(10, 10), Size = new System.Drawing.Size(400, 23),