Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/08 00:52:15 (16 years ago)
Author:
swagner
Message:

Experimented with the .NET application settings framework (#7)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Settings/HeuristicLabSettingsPlugin.cs

    r757 r758  
    2929  [PluginFile(Filename = "HeuristicLab.Settings-3.2.dll", Filetype = PluginFileType.Assembly)]
    3030  public class HeuristicLabSettingsPlugin : PluginBase {
    31     public HeuristicLabSettingsPlugin() {
    32       Settings.Properties.Settings settings = Properties.Settings.Default;
    33       settings.AnotherSetting = DateTime.Now.ToString();
    34       settings.Save();
    35     }
    3631  }
    3732}
Note: See TracChangeset for help on using the changeset viewer.