исправила ошибки лаба 1

This commit is contained in:
Полина Чубыкина 2024-03-26 15:56:04 +04:00
parent 851a875b08
commit 8a3ae4c156

View File

@ -100,7 +100,7 @@
this.Controls.Add(this.labelCost);
this.Controls.Add(this.labelName);
this.Name = "FormComponent";
this.Text = "FormComponent";
this.Text = "Компонент";
this.Load += new System.EventHandler(this.FormComponent_Load);
this.ResumeLayout(false);
this.PerformLayout();