BattlelogMobile.Client.App.ApplicationClosing C# (CSharp) Méthode

ApplicationClosing() private méthode

private ApplicationClosing ( object sender, ClosingEventArgs e ) : void
sender object
e ClosingEventArgs
Résultat void
        private void ApplicationClosing(object sender, ClosingEventArgs e)
        {
            ViewModelLocator.Cleanup();
        }