PIbd-22 Chubykina P.P. LabWork_04 #5

Closed
chubykina_polina wants to merge 5 commits from LabWork_04 into LabWork_03
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c201889188 - Show all commits

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