SIL.FieldWorks.FdoUi.InflectionClassEditor.InflectionClassEditor C# (CSharp) Method

InflectionClassEditor() public method

public InflectionClassEditor ( ) : System
return System
		public InflectionClassEditor()
		{
			m_InflectionClassTreeManager = null;
			m_tree = new TreeCombo();
			m_tree.TreeLoad += new EventHandler(m_tree_TreeLoad);
			//	Handle AfterSelect event in m_tree_TreeLoad() through m_pOSPopupTreeManager
		}

Same methods

InflectionClassEditor::InflectionClassEditor ( XmlNode configurationNode ) : System