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