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