Example #1
0
 public void NotifyPositionResponse(Position position)
 {
     OnPositionUpdate?.Invoke(this, position);
 }