예제 #1
0
 private void ProcessSettings()
 {
     EventAggregator = new EventAggregator();
     AppSettings     = new ImbSettings();
     _userSettings.AttachConfigObject(AppSettings);
     _userSettings.Load();
 }