Exemple #1
0
 internal DirectorySelectionHandler(SelectedExplorerTreeItemHandler selectedItemHandler, SelectionConfiguration selectionConfiguration) : base(selectedItemHandler)
 {
     this.SelectionConfiguration = selectionConfiguration;
 }
 public AExplorerTreeChildItemSelectionHandler(SelectedExplorerTreeItemHandler selectedItemHandler) : base(selectedItemHandler)
 {
 }