создание лабы 6

This commit is contained in:
Елена Бакальская 2024-04-20 14:26:12 +04:00
parent 91a5de9cdc
commit 4aa1848b09

View File

@ -77,7 +77,7 @@
Controls.Add(buttonRefresh);
Controls.Add(dataGridView);
Name = "FormClients";
Text = "FormClients";
Text = "Клиенты";
Load += FormClients_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);