Пример #1
0
 public void RenewNextBatch(LogisticInfo info)
 {
     if (Convert.ToInt16(this.logisticInfo.LineId) == 1)
     {
         this.logisticInfo = info;
     }
 }
Пример #2
0
 public Logistic()
 {
     this.batchesOnLines = new List <LogistBatch>();
     this.logisticInfo   = new LogisticInfo()
     {
         LineId = "", NextBatchName = "", TaktsTillNextBatch = 0
     };
 }