Пример #1
0
 internal AppUpdateState(IBaseAppUpdateState update, AppUpdateStatus status)
 {
     ReleaseHistory = update.ReleaseHistory();
     Available      = update.Available;
     Ready          = update.Ready;
     Status         = status;
 }
Пример #2
0
 internal AppUpdateState(IBaseAppUpdateState update, AppUpdateStatus status)
 {
     ReleaseHistory = update.ReleaseHistory();
     Available      = update.Available;
     Ready          = update.Ready;
     Status         = status;
     FilePath       = update.FilePath ?? string.Empty;
     FileArguments  = update.FileArguments ?? string.Empty;
 }