ISEbd-21 Vasina E. S. Lab_5 #7

Closed
Kate wants to merge 6 commits from Lab_5 into Lab_4
Showing only changes of commit 59de861774 - Show all commits

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