コード例 #1
0
 public bool Reset()
 {
     return(UICommands.StartResetCurrentBranchDialog(TreeViewNode.TreeView, FullPath));
 }
コード例 #2
0
 public bool Reset()
 {
     return(UICommands.StartResetCurrentBranchDialog(ParentWindow(), branch: FullPath));
 }