public ICommand GetRefreshCommand(IExplorerToolboxViewModel viewModel) { return(new RefreshCommand(viewModel)); }
public RefreshCommand(IExplorerToolboxViewModel viewModel) { ViewModel = viewModel; }
public RenameCommand(IExplorerToolboxViewModel viewModel) { ViewModel = viewModel; }