private void m_tree_TreeLoad(object sender, EventArgs e)
 {
     if (m_InflectionClassTreeManager == null)
     {
         m_InflectionClassTreeManager              = new InflectionClassPopupTreeManager(m_tree, m_cache, false, (Form)m_mediator.PropertyTable.GetValue("window"), m_displayWs);
         m_InflectionClassTreeManager.AfterSelect += new TreeViewEventHandler(m_pOSPopupTreeManager_AfterSelect);
     }
     m_InflectionClassTreeManager.LoadPopupTree(0);
 }
Exemple #2
0
 private void m_tree_TreeLoad(object sender, EventArgs e)
 {
     if (m_InflectionClassTreeManager == null)
     {
         m_InflectionClassTreeManager              = new InflectionClassPopupTreeManager(m_tree, m_cache, m_mediator, PropTable, false, PropTable.GetValue <Form>("window"), m_displayWs);
         m_InflectionClassTreeManager.AfterSelect += m_pOSPopupTreeManager_AfterSelect;
     }
     m_InflectionClassTreeManager.LoadPopupTree(0);
 }