public Waitingliststock() { if (_class != null) { throw new Exception("Class already exists!"); } _class = this; this._list = new List <Missingpart>(); }
public void ClearClass() { _class = null; _list = null; }