Merge branch 'stage7_user_interface_prototype' of https://git.is.ulstu.ru/ns.potapov/PIbd-21_CourseWork_Polyclinic_BeSick into stage7_user_interface_prototype

This commit is contained in:
Никита Потапов 2024-04-30 11:29:27 +04:00
commit c8013085df

View File

@ -80,7 +80,6 @@
buttonAdd.TabIndex = 26; buttonAdd.TabIndex = 26;
buttonAdd.Text = "Добавить"; buttonAdd.Text = "Добавить";
buttonAdd.UseVisualStyleBackColor = true; buttonAdd.UseVisualStyleBackColor = true;
buttonAdd.Click += this.buttonAdd_Click;
// //
// dataGridView // dataGridView
// //