Пример #1
0
 /// <summary>
 /// Defines the method that decides whether the installation can be carried out
 /// </summary>
 /// <param name="obj"></param>
 /// <returns>true if this command can be executed; otherwise, false.</returns>
 private bool InstallAppCanExecute(object obj)
 {
     return(installService.CanInstall());
 }