SIL.FieldWorks.TE.ImportWizard.LoadMappingsFromSettings C# (CSharp) 메소드

LoadMappingsFromSettings() 보호된 메소드

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
리턴 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