public void SetBackgroundColor(Button button, WPFColor color) { button.Background = (SolidColorBrush)FindResource(color.ToString()); }
internal void SetColor(WPFColor color) { MainWindow.SetBackgroundColor(WPFButton, color); }