PIbd-22 Chubykina P.P. LabWork_04 #5
@ -107,7 +107,7 @@ namespace ConfectioneryBusinessLogic.BusinessLogics
|
||||
_saveToExcel.CreateReport(new ExcelInfo
|
||||
{
|
||||
FileName = model.FileName,
|
||||
Title = "Список компонент",
|
||||
Title = "Список выпечки ",
|
||||
PastryComponents = GetPastryComponent()
|
||||
});
|
||||
}
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user