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