public void Stop() { this.ParentModel.Built = false; this.ParentModel.StatusInfo = "Модель остановлена."; this.SetCurrentUnit(this.ParentModel.ST_Cont.Units[0]); this.QT = new QueueTable(this); this.TIME = 0; }
public void Preparetion() { this.QT = new QueueTable(this); this.ParentModel.Executor.SetState(); this.QT.Update(this.INITIATOR); }