Ejemplo n.º 1
0
 void updateVideo(int steamIndex = -1)
 {
     if (string.IsNullOrEmpty(VideoId))
     {
         DisplayModel.StopVideo();
         DisplayModel.ClearVideoImage();
     }
     else
     {
         DisplayModel.PlayVideo(VideoId, steamIndex);
     }
 }