示例#1
0
 public async Task <ElementsView> GetFileElementsViewAsync()
 {
     return(new ElementsView(await FileExplorerViewModelFactory.GetFilesViewViewModelAsync()));
 }
示例#2
0
 public FileExplorerToolbar GetFileExplorerToolbar()
 {
     return(new FileExplorerToolbar(FileExplorerViewModelFactory.GetFileToolboxViewModel(new WPFClipboard()), new DialogFactory(DialogViewModelFactory)));
 }
示例#3
0
 public async Task <ElementsTree> GetFileElementsTreeAsync()
 {
     return(new ElementsTree(await FileExplorerViewModelFactory.GetFileTreeViewModelAsync()));
 }