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