Esempio n. 1
0
 public Config()
 {
     this.launchOnStartup = false;
     this.showDelay       = 5;
     this.popupTime       = 30;
     this.popupMethod     = PopupMethod.Notification;
 }
Esempio n. 2
0
 public Config()
 {
     this.launchOnStartup = false;
     this.showDelay = 5;
     this.popupTime = 30;
     this.popupMethod = PopupMethod.Notification;
 }