This commit is contained in:
Sergey Kozyrev 2024-03-05 14:05:17 +04:00
parent 4be2cfc5a4
commit 807b93dd34

View File

@ -97,7 +97,7 @@
Controls.Add(buttonAdd);
Controls.Add(dataGridView);
Name = "DressesForm";
Text = "Форма платье";
Text = "Форма с платьем";
Load += DressesForm_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);