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