Исправление ошибки почему-то

This commit is contained in:
prodigygirl 2023-02-26 19:18:48 +04:00
parent a3e75e643f
commit 38a767f64c

View File

@ -63,6 +63,7 @@
this.ButtonDel.TabIndex = 7;
this.ButtonDel.Text = "Удалить";
this.ButtonDel.UseVisualStyleBackColor = true;
this.ButtonDel.Click += new System.EventHandler(this.ButtonDel_Click);
//
// ButtonUpd
//
@ -72,6 +73,7 @@
this.ButtonUpd.TabIndex = 8;
this.ButtonUpd.Text = "Изменить";
this.ButtonUpd.UseVisualStyleBackColor = true;
this.ButtonUpd.Click += new System.EventHandler(this.ButtonUpd_Click);
//
// ButtonRef
//
@ -81,6 +83,7 @@
this.ButtonRef.TabIndex = 9;
this.ButtonRef.Text = "Обновить";
this.ButtonRef.UseVisualStyleBackColor = true;
this.ButtonRef.Click += new System.EventHandler(this.ButtonRef_Click);
//
// FormFurnitures
//