Ejemplo n.º 1
0
 public UserSettings()
 {
     this.interval = 45 * 60; // 45 minutes
     this.username = "******";
     this.hurts    = new Hurts();
 }
Ejemplo n.º 2
0
 private void dlgHurts_Activated(object sender, EventArgs e)
 {
     this.WhatHurts = Settings.WhatHurts;
 }