Bank.UI.App.OnStartup C# (CSharp) 메소드

OnStartup() 보호된 메소드

protected OnStartup ( StartupEventArgs e ) : void
e StartupEventArgs
리턴 void
        protected override void OnStartup(StartupEventArgs e)
        {
            //TODO: wire everything together (repositories, services) and show the customers window.
        }
    }