Exemplo n.º 1
0
 void TryRefreshLocalLibrary(string path)
 {
     try {
         Items.AddRangeLocked(CreateLocalMissionsFromGameBasedFolder(path));
     } catch (IOException e) {
         this.Logger().FormattedWarnException(e);
     }
 }