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 //