Exemplo n.º 1
0
 public bool Reset()
 {
     return(UICommands.StartResetCurrentBranchDialog(TreeViewNode.TreeView, FullPath));
 }
 public bool Reset()
 {
     return(UICommands.StartResetCurrentBranchDialog(ParentWindow(), branch: FullPath));
 }