コード例 #1
0
ファイル: ServiceEndpoint.cs プロジェクト: ExpLife0011/wslam
 public void OnDetection(Detection Detection)
 {
     _proxy.OnDetection(Detection);
 }
コード例 #2
0
ファイル: ServiceEndpoint.cs プロジェクト: ExpLife0011/wslam
 internal void OnDetection(Detection Detection)
 {
     ProcessDetected?.Invoke(this, Detection);
 }