Exemplo n.º 1
0
 private bool IsSerializedFileLoaded(string name)
 {
     return(SerializedFiles.Any(t => t.Name == name));
 }