Exemplo n.º 1
0
 /// <summary>
 /// Writes the current view state into the memento.
 /// </summary>
 public void StoreViewState(Properties memento)
 {
     projectBrowserControl.StoreViewState(memento);
     memento.Set("ProjectBrowserState", ExtTreeView.GetViewStateString(projectBrowserControl.TreeView));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Writes the current view state into the memento.
 /// </summary>
 public void StoreViewState(Properties memento)
 {
     projectBrowserControl.StoreViewState(memento);
 }