From faa0a6db67e704970aaf92f0e261a3f81938e1fc Mon Sep 17 00:00:00 2001 From: ekallin Date: Sun, 25 Feb 2024 09:25:27 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=81=D0=B5,=20=D0=B1=D0=B0=D0=B3=20?= =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD,=20?= =?UTF-8?q?=D0=BB=D0=B0=D0=B1=D0=B0=20=D0=B6=D0=B4=D0=B5=D1=82=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=BD=D0=BE=D0=B9=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D0=BA=D0=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/FormMain.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SushiBar/FormMain.Designer.cs b/SushiBar/FormMain.Designer.cs index 8fe0865..f46a473 100644 --- a/SushiBar/FormMain.Designer.cs +++ b/SushiBar/FormMain.Designer.cs @@ -150,6 +150,7 @@ MainMenuStrip = menuStrip1; Name = "FormMain"; Text = "Суши Бар"; + Load += FormMain_Load; menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();