IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.86k stars 831 forks source link

Save UI settings #286

Open L-Dlbcq opened 1 year ago

L-Dlbcq commented 1 year ago

Hi,

i made an app with this package and some people ask me to save the theme they use before they close the app. Is someone know how to do ?

Thanks !

deathault commented 1 year ago

Save materialSkinManager.Theme and materialSkinManager.ColorScheme to Properties.Settings.Default Then load this settings on event Form_Load