Skip to content

Instantly share code, notes, and snippets.

@adamped
Last active April 12, 2016 10:35
Show Gist options
  • Save adamped/1659a8fb19563185746a8e7f1462e510 to your computer and use it in GitHub Desktop.
Save adamped/1659a8fb19563185746a8e7f1462e510 to your computer and use it in GitHub Desktop.
public class App : Application
{
public App()
{
new Bootstrapper().Init().Get<IStackRunner>().Run(TeslaDefinition.Stacks.Authentication);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment