示例#1
0
 internal static bool CanExecute(ShellViewModel viewModel)
 {
     return(SaveToDBCommand.CanSave(viewModel));
 }