SIL.FieldWorks.LexText.Controls.LinkMSADlg.SetComboWritingSystemFactory C# (CSharp) Метод

SetComboWritingSystemFactory() приватный Метод

Common and needed code for the setup of the dlg
private SetComboWritingSystemFactory ( SIL.FieldWorks.FDO.FdoCache cache ) : void
cache SIL.FieldWorks.FDO.FdoCache
Результат void
		private void SetComboWritingSystemFactory(FdoCache cache)
		{
			m_fwcbFunctions.WritingSystemFactory = cache.WritingSystemFactory;
			m_fwcbFunctions.WritingSystemCode = cache.ServiceLocator.WritingSystems.DefaultAnalysisWritingSystem.Handle;
		}