Example #1
0
 public IResourceLocator Update(string path)
 {
     var newLocator = new ZipResourceLocator(_file, _prefix);
         return newLocator;
 }
    public IResourceLocator Update(string path)
    {
        var newLocator = new ZipResourceLocator(_file, _prefix);

        return(newLocator);
    }