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;
		}