コード例 #1
0
 public void CloseAll()
 {
     foreach (var impl in AllTabContentImpls.ToArray())
     {
         Close(impl);
     }
     DocumentTreeView.TreeView.SelectItems(Array.Empty <TreeNodeData>());
 }
コード例 #2
0
ファイル: FileTabManager.cs プロジェクト: imanadib/dnSpy
 public void CloseAll()
 {
     foreach (var impl in AllTabContentImpls.ToArray())
     {
         Close(impl);
     }
     fileTreeView.TreeView.SelectItems(new ITreeNodeData[0]);
 }