From 59de861774dc05ad65f7b97f88b18c463b10bc3e Mon Sep 17 00:00:00 2001 From: "evasina2312@gmail.com" Date: Tue, 9 May 2023 21:58:08 +0400 Subject: [PATCH] . --- ComputersShop/ComputersShop/FormClient.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ComputersShop/ComputersShop/FormClient.Designer.cs b/ComputersShop/ComputersShop/FormClient.Designer.cs index a73115e..80b78d9 100644 --- a/ComputersShop/ComputersShop/FormClient.Designer.cs +++ b/ComputersShop/ComputersShop/FormClient.Designer.cs @@ -43,6 +43,7 @@ this.buttonRef.TabIndex = 4; this.buttonRef.Text = "Обновить"; this.buttonRef.UseVisualStyleBackColor = true; + this.buttonRef.Click += new System.EventHandler(this.ButtonRef_click); // // buttonDel // @@ -53,6 +54,7 @@ this.buttonDel.TabIndex = 3; this.buttonDel.Text = "Удалить"; this.buttonDel.UseVisualStyleBackColor = true; + this.buttonDel.Click += new System.EventHandler(this.ButtonDel_Click); // // dataGridView //