SleepHunter.Settings.ColorTheme.ColorTheme C# (CSharp) Метод

ColorTheme() приватный Метод

private ColorTheme ( ) : System
Результат System
        private ColorTheme()
            : this(string.Empty, Brushes.Black, Brushes.White, false)
        {
        }

Same methods

ColorTheme::ColorTheme ( string key ) : System
ColorTheme::ColorTheme ( string name, SolidColorBrush background, SolidColorBrush foreground, bool isDefault = false ) : System
ColorTheme::ColorTheme ( string name, string backgroundHexColor, string foregroundHexColor, bool isDefault = false ) : System