Пример #1
0
 public CheckStartKey(CheckStartDelegate checkStartDelegate, bool once)
 {
     this.checkStartDelegate = checkStartDelegate;
     this.once = once;
 }
Пример #2
0
 public void addCheckStartListener(CheckStartDelegate checkStartDelegate, bool once)
 {
     _checkStartListeners.Add(new CheckStartKey(checkStartDelegate, once));
 }