From 80cd4e3eb9d0a784bcd8dee0fa0f6b7df80f4bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=AF=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=B2?= Date: Tue, 22 Oct 2024 19:59:11 +0400 Subject: [PATCH] T.T x2 --- ComponentProgramming/Forms/ProviderForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComponentProgramming/Forms/ProviderForm.cs b/ComponentProgramming/Forms/ProviderForm.cs index a4fb960..9f5647e 100644 --- a/ComponentProgramming/Forms/ProviderForm.cs +++ b/ComponentProgramming/Forms/ProviderForm.cs @@ -20,7 +20,7 @@ namespace Forms public int Id { set { _id = value; } } private readonly IProviderLogic _pLogic; private readonly IOrganisationTypeLogic _oLogic; - private bool isEdited; + //private bool isEdited; public ProviderForm(IProviderLogic plogic, IOrganisationTypeLogic ologic) {