ПИбд-22 Боровков М В 6 лабораторная работа #7

Closed
bekodeg wants to merge 14 commits from labWork6 into labWork5
Showing only changes of commit 17e809d306 - Show all commits

View File

@ -10,7 +10,6 @@ namespace SushiBarFileImplement
private readonly string ComponentFileName = "Component.xml";
private readonly string OrderFileName = "Order.xml";
private readonly string SushiFileName = "Sushi.xml";
private readonly string ClientFileName = "Sushi.xml";
private readonly string ImplementerFileName = "Implementer.xml";
private readonly string ClientFileName = "Client.xml";
public List<Component> Components { get; private set; }