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

ImportWizard() static private method

Initializes the ImportWizard class.
static private ImportWizard ( ) : System
return System
		static ImportWizard()
		{
			s_noneProject = new ScrText();
			s_noneProject.Name = ScrImportComponents.kstidImportWizNoProjType;
		}

Same methods

ImportWizard::ImportWizard ( string langProjName, IScripture scr, FwStyleSheet styleSheet, IHelpTopicProvider helpTopicProvider, IApp app ) : System