예제 #1
0
 public void RaiseAsyncEvent(int value)
 {
     EventScheduler.RunAsync(() => { c = value; });
 }