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