.
This commit is contained in:
parent
2d50707587
commit
59de861774
@ -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
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user