From fad2d2c6651cd65608faeb72e8f5ecdba1e8409f Mon Sep 17 00:00:00 2001 From: bocchanskyy Date: Mon, 18 Mar 2024 16:08:47 +0400 Subject: [PATCH] quick fix with form shop loading --- ComputersShop/ComputersShopView/FormShop.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ComputersShop/ComputersShopView/FormShop.Designer.cs b/ComputersShop/ComputersShopView/FormShop.Designer.cs index ac4e4e6..3ae9494 100644 --- a/ComputersShop/ComputersShopView/FormShop.Designer.cs +++ b/ComputersShop/ComputersShopView/FormShop.Designer.cs @@ -178,6 +178,7 @@ this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormShop"; this.Text = "Магазин"; + Load += FormShop_Load; ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout();