public SettingsWindow()
 {
     InitializeComponent();
     this.timeOptions = new ConfigProp();
     this.timeOptions.TimeDeckProperty = Config.Instance.StatDeckTime;
     this.timeOptions.VersionDeckProperty = Config.Instance.StatDeckVer;
     this.DataContext = this.timeOptions;
 }
Beispiel #2
0
 public SettingsWindow()
 {
     InitializeComponent();
     this.timeOptions = new ConfigProp();
     this.timeOptions.TimeDeckProperty    = Config.Instance.StatDeckTime;
     this.timeOptions.VersionDeckProperty = Config.Instance.StatDeckVer;
     this.DataContext = this.timeOptions;
 }