示例#1
0
 protected virtual void OnRecognition(RecognitionItem item)
 {
     Recognition?.Invoke(this, new RecognizedEventArgs(item));
 }