This commit is contained in:
evasina2312@gmail.com 2023-05-09 21:58:08 +04:00
parent 2d50707587
commit 59de861774

View File

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