示例#1
0
            // TODO: Check if valid image file before passing it along?
            //

            public ImageFileCache(IImageCacheManager downloader)
            {
                _downloader = downloader;
            }
示例#2
0
            // TODO: Check if valid image file before passing it along?
            // 

            public ImageFileCache(IImageCacheManager downloader) {
                _downloader = downloader;
            }