Ejemplo n.º 1
0
 public void SetBackgroundColor(Button button, WPFColor color)
 {
     button.Background = (SolidColorBrush)FindResource(color.ToString());
 }
Ejemplo n.º 2
0
 internal void SetColor(WPFColor color)
 {
     MainWindow.SetBackgroundColor(WPFButton, color);
 }