Beispiel #1
0
 public void Refresh()
 {
     //Unload and reload the children.
     m_pChildren.Empty();
     m_childrenLoaded = false;
     LoadChildren();
 }
Beispiel #2
0
 public void Refresh()
 {
     m_wizardsLoaded   = false;
     m_databasesLoaded = false;
     m_children.Empty();
     addWizards();
     addDatabases();
 }
 public void Refresh()
 {
     try
     {
         m_childrenLoaded = false;
         m_children.Empty();
         addLayers();
     }
     catch (Exception ex)
     {
         System.Windows.Forms.MessageBox.Show(ex.ToString());
     }
     //throw new Exception("The method or operation is not implemented.");
 }