Crunchyroll-Downloader-v3.0/Crunchyroll Downloader/Settings.vb
hama3254 54297c5f54 merge portable into main
replaced regedit with an settings file
replaced listview with panel
cleanup for metadata added
api requests improved
error handling added for api access and false postives
2022-11-10 14:31:11 +01:00

7 lines
205 B
VB.net

Namespace My
<Global.System.Configuration.SettingsProvider(GetType(MyProvider.MyProvider.DirectorySettingsProvider))>
Partial Friend NotInheritable Class MySettings
End Class
End Namespace