Ejemplo n.º 1
0
 public Config()
 {
     StatementConfirmed = false;
     DownloadInfos      = new List <DownloadInfo>();
     Settings           = new SettingPanel.Settings();
     SearchHistory      = new List <string>();
 }
Ejemplo n.º 2
0
 public static void SetSettings(SettingPanel.Settings settings)
 {
     config.Settings = settings;
     Serialize();
 }