Exemplo n.º 1
0
 private void CameraHandlerOnErrorEvent(object sender, ErrorEvent errorInfo)
 {
     OnErrorEvent(errorInfo);
 }
Exemplo n.º 2
0
 protected virtual void OnErrorEvent(ErrorEvent error)
 {
     RaiseCameraEvent(error);
 }