internal PSlot(int slotNo) { SlotNo = slotNo; Pastry = new NullPastry(); IsFilled = false; Status = ""; }
internal void Finish() { if (Pastry is null) { return; } FunctionalList.PreparedPastry.Add(Pastry); Pastry = new NullPastry(); IsFilled = false; }