Ejemplo n.º 1
0
 private void StreamVideoButtonClick(object sender, EventArgs e)
 {
     if (eventView.SelectedItems.Count == 1)
     {
         var camEvent = _camEvents[eventView.SelectedItems[0].Index];
         var download = new DownloadProgress();
         download.ShowDialog(_synoCommand, camEvent);
     }
 }
Ejemplo n.º 2
0
 private void StreamVideoButtonClick(object sender, EventArgs e)
 {
     if (eventView.SelectedItems.Count == 1)
     {
         var camEvent = _camEvents[eventView.SelectedItems[0].Index];
         var download = new DownloadProgress();
         download.ShowDialog(_synoCommand, camEvent);
     }
 }