Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FrameworkSupported
WPF
Silverlight 45Silverlight 5
Windows Phone 8.0Image Modified
Windows Phone 78.1
Windows Phone RT 8.0
Windows RT 8.1
Test/emulation service

Screenshot

...

First of all is requiered resolve the instance of the registered ISplashScreenService type from the view model:

Code Block
var dependencyResolver = this.GetDependencyResolver();
var splashScreenService = GetService<ISplashScreenService>dependencyResolver.Resolve<ISplashScreenService>();

or from the application bootstrapper, after a previous service registration:

...