Exemplo n.º 1
0
 public void OnCollapseChildren(object sender, EventArgs e)
 {
     try
     {
         explorerPresenter.CollapseChildren(explorerPresenter.CurrentNodePath);
     }
     catch (Exception err)
     {
         explorerPresenter.MainPresenter.ShowError(err);
     }
 }
Exemplo n.º 2
0
 public void OnCollapseChildren(object sender, EventArgs e)
 {
     explorerPresenter.CollapseChildren(explorerPresenter.CurrentNodePath);
 }