This commit is contained in:
Казначеева Елизавета 2024-03-13 09:58:26 +04:00
parent 39d7671775
commit 349e3962c7

View File

@ -96,6 +96,7 @@
Controls.Add(dataGridView); Controls.Add(dataGridView);
Name = "FormComponents"; Name = "FormComponents";
Text = "Компоненты"; Text = "Компоненты";
Load += FormComponents_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false); ResumeLayout(false);
} }