Exemplo n.º 1
0
	    private void AddModel(SettingsSectionModel model)
		{
			Settings.Sections.Add(model);
			model.LoadFor(null);
		}
Exemplo n.º 2
0
	    private static void AddSection(CreateSettingsModel bundlesModel, SettingsSectionModel section)
	    {
	        bundlesModel.Sections.Add(section);
	        if (bundlesModel.SelectedSection.Value == null)
	            bundlesModel.SelectedSection.Value = section;
	    }
Exemplo n.º 3
0
 private void AddModel(SettingsSectionModel model)
 {
     Settings.Sections.Add(model);
     model.LoadFor(null);
 }