artem-zinnatullin / jet-image-loader

WP7+ fast and powerfull image loader with memory and storage caching for your projects!
Apache License 2.0
44 stars 14 forks source link

JetImageLoader should declare methods as virtual #1

Closed artem-zinnatullin closed 10 years ago

artem-zinnatullin commented 10 years ago

JetImageLoader class's methods should be virtual, because class was designed for extending, but I forgot, that C# methods are not virtual by default. I am so sorry for that