AzureMobileAuthN.SampleApp.Core.App.CustomAppStart.CustomAppStart C# (CSharp) Method

CustomAppStart() public method

public CustomAppStart ( ILoginService loginService ) : System.Reflection
loginService ILoginService
return System.Reflection
            public CustomAppStart(ILoginService loginService)
            {
                _loginService = loginService;
            }
App.CustomAppStart