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

PrepareToGetOtherProjectSettings() 개인적인 메소드

This method is called after the user has chosen to import a non Paratext project (e.g. a standard format project). Prepare to get the settings for that import.
private PrepareToGetOtherProjectSettings ( ) : void
리턴 void
		private void PrepareToGetOtherProjectSettings()
		{
			m_projectType = ProjectTypes.Other;
			ScriptureText = null;
		}