Reply to thread

thx for the patch :)


you should try and move the SQL related stuff into a proper public method in the tvlibrary class.


and try and define your generic lists as: IList or ICollection, Ienumerable, Idictionary etc. where possible (the more basic interface the better it is).


/gibman


Top Bottom