Beispiel #1
0
        public async Task Install(IContentInstallationService installationService,
                                  DownloadContentAction installAction)
        {
            await InstallInternal(installationService, installAction).ConfigureAwait(false);

            PrepareEvent(new InstallActionCompleted(installAction, this));
        }
Beispiel #2
0
 public InstallActionCompleted(DownloadContentAction action, Game game)
 {
     Action = action;
     Game   = game;
 }