Esempio n. 1
0
 public MainWindowConfig(object Owner)
 {
     this.Owner      = Owner;
     BackgroundBrush = new SolidColorBrush(Color.FromArgb(0xff, 0x8f, 0xbc, 0x8f));
     Charts          = new ChartsConfig();
 }
Esempio n. 2
0
 public MainWindowConfig()
 {
     BackgroundBrush = new SolidColorBrush(Color.FromArgb(0xff, 0x8f, 0xbc, 0x8f));
     Charts          = new ChartsConfig();
 }