SIL.FieldWorks.TE.ImportWizard.LoadMappingsFromSettings C# (CSharp) Method

LoadMappingsFromSettings() protected method

This method gets all the mappings from the ScrImportSet and loads them into a list view so the user can modify them if necessary.
protected LoadMappingsFromSettings ( ) : void
return void
		protected void LoadMappingsFromSettings()
		{
			LoadMappingsFromSettings(lvScrMappings, MappingSet.Main);
			LoadMappingsFromSettings(lvAnnotationMappings, MappingSet.Notes);
		}

Same methods

ImportWizard::LoadMappingsFromSettings ( SIL.FieldWorks.Common.Controls.FwListView lv, MappingSet mappingSet ) : void