Skip to content

Instantly share code, notes, and snippets.

@tomwis
Created August 17, 2017 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomwis/74964a4d8e81fc9e549a33c48b607ba2 to your computer and use it in GitHub Desktop.
Save tomwis/74964a4d8e81fc9e549a33c48b607ba2 to your computer and use it in GitHub Desktop.
public App()
{
InitializeComponent();
var fs = DependencyService.Get<IFileService>();
FreshIOC.Container.Register(fs);
FreshIOC.Container.Register<IDbService, DbService>();
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment