Ejemplo n.º 1
0
 public void Highlight(bool value)
 {
     IPlayerView?.Highlight(value);
     SetBackgroundColor(value);
 }