Esempio n. 1
0
 public void OnDetection(Detection Detection)
 {
     _proxy.OnDetection(Detection);
 }
Esempio n. 2
0
 internal void OnDetection(Detection Detection)
 {
     ProcessDetected?.Invoke(this, Detection);
 }