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