Exemplo n.º 1
0
 private bool Exists(PackageInfo info)
 {
     return(MasterList.Exists(p => p.FID == info.FID));
 }