Пример #1
0
 protected override void Runtime(Action action)
 {
     SyncContext.Action(e => action(), string.Empty);
 }