From 349e3962c712bfaa32197ffd812137cd77b568d0 Mon Sep 17 00:00:00 2001 From: kaznacheeva Date: Wed, 13 Mar 2024 09:58:26 +0400 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SoftwareInstallationView/FormComponents.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SoftwareInstallation/SoftwareInstallationView/FormComponents.Designer.cs b/SoftwareInstallation/SoftwareInstallationView/FormComponents.Designer.cs index a622dd7..b1739de 100644 --- a/SoftwareInstallation/SoftwareInstallationView/FormComponents.Designer.cs +++ b/SoftwareInstallation/SoftwareInstallationView/FormComponents.Designer.cs @@ -96,6 +96,7 @@ Controls.Add(dataGridView); Name = "FormComponents"; Text = "Компоненты"; + Load += FormComponents_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); }