BExplorer.Shell.ShellView.NavigateParent C# (CSharp) Метод

NavigateParent() публичный Метод

Navigates to the parent of the currently displayed folder.
public NavigateParent ( ) : void
Результат void
    public void NavigateParent() {
      if (this.CurrentFolder != null)
        Navigate_Full(this.CurrentFolder.Parent, true, true);
    }
ShellView