From 55d7370d45f8f044119d18eb76e446bc55524ec0 Mon Sep 17 00:00:00 2001 From: Vitaliy Semianiaka Date: Sat, 18 Feb 2017 00:28:19 +0300 Subject: [PATCH] Update apply-themes.md --- docs/help/apply-themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/help/apply-themes.md b/docs/help/apply-themes.md index f794ebe..d36931e 100644 --- a/docs/help/apply-themes.md +++ b/docs/help/apply-themes.md @@ -11,9 +11,9 @@ ``` -# Apply themes by ThemeManager +# Change themes by ThemeManager -Use enumeration at singleton +Change by static property ```c# ThemeManager.CurrentTheme = ColorThemes.Classic; ```