Example #1
0
        public void AddVideoControl(IVideoBase view)
        {
            UserControl c = (UserControl)view;

            _videoLiveTable.Controls.Add(c);
        }
Example #2
0
 public void AddPlaybackControl(IVideoBase view)
 {
     throw new NotImplementedException();
 }