Exemplo n.º 1
0
 private void RunStream(ChannelModel parameter)
 {
     Process.Start(Settings.LaunchStreamCommandList[0], parameter.SelectedStream.Url);
 }
Exemplo n.º 2
0
 private bool CanRunStream(ChannelModel channel)
 {
     return(channel.SelectedStream == null ? false : true);
 }