Merge branch 'lab1_base' into lab1_hard

This commit is contained in:
Илья 2024-02-12 13:11:27 +04:00
commit 0fb763fc1b

View File

@ -106,6 +106,7 @@
Name = "FormComponent"; Name = "FormComponent";
StartPosition = FormStartPosition.CenterScreen; StartPosition = FormStartPosition.CenterScreen;
Text = "Компонент"; Text = "Компонент";
Load += FormComponent_Load;
ResumeLayout(false); ResumeLayout(false);
PerformLayout(); PerformLayout();
} }