Пример #1
0
 void ScheduleWait()
 {
     ActionItem.Schedule(this.onWaitCallback, null);
     this.waitScheduled = true;
 }
Пример #2
0
 private void ScheduleWait()
 {
     ActionItem.Schedule(_onWaitCallback, null);
     _waitScheduled = true;
 }