Dreamcooled / sjupdater

An Updater and Linkaggregator for Serienjunkies.org written in C#/WPF
GNU General Public License v3.0
34 stars 13 forks source link

Saving to SQLCE database (WIP) #65

Open ImWithDerp opened 8 years ago

ImWithDerp commented 8 years ago

If possible, show data is now saved to/loaded from an SQLCE database (SjUpdater.sdf). If a database file is not found or something goes wrong when saving, show data can still be loaded from/saved to config.XML.

Code is still being streamlined.