BattlelogMobile.Client.App.ApplicationClosing C# (CSharp) Method

ApplicationClosing() private method

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