Ejemplo n.º 1
0
 public void SearchResultContextMenuPropertiesClick()
 {
     SearchResultGetContextMenuPairDirEntryThatExists(pde => WindowsExplorerUtilities.ShowFileProperties(pde.FullPath));
 }
Ejemplo n.º 2
0
 public void SearchResultContextMenuExploreClick()
 {
     SearchResultGetContextMenuPairDirEntryThatExists(pde => WindowsExplorerUtilities.ExplorerExplore(pde.FullPath));
 }
Ejemplo n.º 3
0
 public void DirectoryContextMenuExploreClick()
 {
     DirectoryGetContextMenuPairDirEntryThatExists(pde => WindowsExplorerUtilities.ExplorerExplore(pde.FullPath));
 }
Ejemplo n.º 4
0
 public void DirectoryContextMenuPropertiesClick()
 {
     DirectoryGetContextMenuPairDirEntryThatExists(pde => WindowsExplorerUtilities.ShowFileProperties(pde.FullPath));
 }
Ejemplo n.º 5
0
 public void DirectoryTreeContextMenuOpenClick()
 {
     DirectoryTreeGetContextMenuPairDirEntryThatExists(ce => WindowsExplorerUtilities.ExplorerOpen(ce.FullPath));
 }