Beispiel #1
0
 public void AddEvent(AsyncEventBase eventRef)
 {
     parallelEvent.Add(eventRef);
 }
 public void AddEvent(AsyncEventBase refEvent)
 {
     seqEvent.Add(refEvent);
 }