예제 #1
0
파일: UI.cs 프로젝트: ionutme/workshop-rx
 private void BtnDispatcherClick(object sender, EventArgs e)
 {
     Scheduling.DispatcherScheduler_CanBeUsedToEmitAndConsume_OnTheUIThread(this);
 }