예제 #1
0
 public void CloseAll()
 {
     foreach (var impl in AllTabContentImpls.ToArray())
     {
         Close(impl);
     }
     DocumentTreeView.TreeView.SelectItems(Array.Empty <TreeNodeData>());
 }
예제 #2
0
 public void CloseAll()
 {
     foreach (var impl in AllTabContentImpls.ToArray())
     {
         Close(impl);
     }
     fileTreeView.TreeView.SelectItems(new ITreeNodeData[0]);
 }