示例#1
0
 internal BrowseButtonClickedCommand(FSExplorerItem item)
 {
     this.item = item;
 }
示例#2
0
 internal StartRenamingFSExplorerItemCommand(FSExplorerItem item)
 {
     this.item = item;
 }
示例#3
0
 public DeleteFSEXplorerItemCommand(FSExplorerItem item)
 {
     this.item = item;
 }
示例#4
0
 internal SortFieldCommand(FSExplorerItem item)
 {
     this.item = item;
 }