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.
        }
    }