итоговые правки

This commit is contained in:
Полина Чубыкина 2024-04-20 16:17:34 +04:00
parent 9986b09119
commit c201889188
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ namespace ConfectioneryBusinessLogic.BusinessLogics
_saveToExcel.CreateReport(new ExcelInfo
{
FileName = model.FileName,
Title = "Список компонент",
Title = "Список выпечки ",
PastryComponents = GetPastryComponent()
});
}

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();