SIL.FieldWorks.IText.InfoPane.SetRoot C# (CSharp) Method

SetRoot() public method

public SetRoot ( int hvo ) : void
hvo int
return void
		public void SetRoot(int hvo)
		{
			m_currentRoot = hvo;
			if (m_xrev != null)
				DisplayCurrentRoot();
		}