Beispiel #1
0
        internal virtual void AddStop(StopBase stop)
        {
            this.stops.Add((IStop)stop);
            this.activeStops[stop.Instrument].Add(stop);
//      if (this.ynApAPhUd7 == null)
//        return;
//      this.ynApAPhUd7(new StopEventArgs((IStop) stop));
        }
Beispiel #2
0
        internal void BSDIytBhT(StopBase obj0)
        {
            if (obj0.Status != StopStatus.Active)
            {
                this.activeStops[obj0.Instrument].Remove(obj0);
            }
//      if (this.gFbpjXoNEx == null)
//        return;
//      this.gFbpjXoNEx(new StopEventArgs((IStop) obj0));
        }
Beispiel #3
0
    protected void EmitStopAdded(StopBase stop)
    {
//      if (this.ynApAPhUd7 == null)
//        return;
//      this.ynApAPhUd7(new StopEventArgs((IStop) stop));
    }
Beispiel #4
0
    internal void BSDIytBhT(StopBase obj0)
    {
      if (obj0.Status != StopStatus.Active)
        this.activeStops[obj0.Instrument].Remove(obj0);
//      if (this.gFbpjXoNEx == null)
//        return;
//      this.gFbpjXoNEx(new StopEventArgs((IStop) obj0));
    }
Beispiel #5
0
    internal virtual void AddStop(StopBase stop)
    {
      this.stops.Add((IStop) stop);
      this.activeStops[stop.Instrument].Add(stop);
//      if (this.ynApAPhUd7 == null)
//        return;
//      this.ynApAPhUd7(new StopEventArgs((IStop) stop));
    }
Beispiel #6
0
        protected void EmitStopAdded(StopBase stop)
        {
//      if (this.ynApAPhUd7 == null)
//        return;
//      this.ynApAPhUd7(new StopEventArgs((IStop) stop));
        }