コード例 #1
0
ファイル: FSExplorerItem.cs プロジェクト: philvanzu/Bubbles
 internal BrowseButtonClickedCommand(FSExplorerItem item)
 {
     this.item = item;
 }
コード例 #2
0
ファイル: FSExplorerItem.cs プロジェクト: philvanzu/Bubbles
 internal StartRenamingFSExplorerItemCommand(FSExplorerItem item)
 {
     this.item = item;
 }
コード例 #3
0
ファイル: FSExplorerItem.cs プロジェクト: philvanzu/Bubbles
 public DeleteFSEXplorerItemCommand(FSExplorerItem item)
 {
     this.item = item;
 }
コード例 #4
0
ファイル: FSExplorerItem.cs プロジェクト: philvanzu/Bubbles
 internal SortFieldCommand(FSExplorerItem item)
 {
     this.item = item;
 }