Update apply-themes.md

This commit is contained in:
Vitaliy Semianiaka
2017-02-18 00:28:19 +03:00
committed by GitHub
parent 5c46ef7b7f
commit 55d7370d45

View File

@@ -11,9 +11,9 @@
</ResourceDictionary>
```
# Apply themes by ThemeManager
# Change themes by ThemeManager
Use enumeration at singleton
Change by static property
```c#
ThemeManager.CurrentTheme = ColorThemes.Classic;
```