Ejemplo n.º 1
0
 /// <summary>
 ///     Initialisiert eine neue Instanz der <see cref="T:System.Object" />-Klasse.
 /// </summary>
 public BusyTicket(BusyWatcher busyWatcher)
 {
     this._busyWatcher = busyWatcher;
     ++this._busyWatcher.BusyCounter;
 }
 /// <summary>
 ///     Initialisiert eine neue Instanz der <see cref="T:System.Object" />-Klasse.
 /// </summary>
 public BusyTicket(BusyWatcher busyWatcher)
 {
     this._busyWatcher = busyWatcher;
     ++this._busyWatcher.BusyCounter;
 }