Exemplo n.º 1
0
 private void OnBackgroundCapturedWorkload()
 {
     if (NotifyBackgroundCapturedWorkload != null)
     {
         NotifyBackgroundCapturedWorkload.Set();
     }
 }
Exemplo n.º 2
0
 private void OnBackgroundCapturedWorkload()
 {
     NotifyBackgroundCapturedWorkload?.Set();
 }