Example #1
0
 public List <VideoItem> ContainsVideo(string column, string val)
 {
     return(videoDatabase.Contains(column, val));
 }