Пример #1
0
 public void RemoveMarkers(ApplicationSettings settings)
 {
     _commenter.RemoveComments();
     if (settings.LockContext)
     {
         _locker.RemoveLocks();
     }
     PluginInitializer.FilesWithSpotcheckMarkers.Remove(_path);
 }