Beispiel #1
0
 public bool Uninstall(ImageResizer.Configuration.Config c)
 {
     c.Plugins.remove_plugin(this);
     c.Pipeline.PreHandleImage -= Pipeline_PreHandleImage;
     return(true);
 }
Beispiel #2
0
        public PipelineConfig(Config c)
        {
            this.c = c;

            c.Plugins.QuerystringPlugins.Changed += new SafeList <IQuerystringPlugin> .ChangedHandler(urlModifyingPlugins_Changed);
        }