support progress bar while splash window is up

This commit is contained in:
Luke Pulverenti
2013-12-13 10:48:35 -05:00
parent 065a8ea21e
commit d00178d8f0
7 changed files with 126 additions and 72 deletions

View File

@@ -129,8 +129,9 @@ namespace MediaBrowser.Common
/// <summary>
/// Inits this instance.
/// </summary>
/// <param name="progress">The progress.</param>
/// <returns>Task.</returns>
Task Init();
Task Init(IProgress<double> progress);
/// <summary>
/// Creates the instance.