SIL.FieldWorks.FdoUi.Dialogs.RelatedWordsView.RelatedWordsView C# (CSharp) Method

RelatedWordsView() public method

public RelatedWordsView ( SIL.FieldWorks.FDO.FdoCache cache, int hvoRoot, ITsString headword, ISilDataAccess sda, int wsUser ) : System
cache SIL.FieldWorks.FDO.FdoCache
hvoRoot int
headword ITsString
sda ISilDataAccess
wsUser int
return System
		public RelatedWordsView(FdoCache cache, int hvoRoot, ITsString headword, ISilDataAccess sda, int wsUser)
		{
			m_cache = cache;
			m_hvoRoot = hvoRoot;
			m_headword = headword;
			m_sda = sda;
			m_wsUser = wsUser;
			m_wsf = sda.WritingSystemFactory;
		}