Shutdown() public method

public Shutdown ( ) : void
return void
Example #1
0
        private void CloseAddressBook()
        {
            shellService.ClearToolBarCommands();

            activeContactController?.Shutdown();
            activeContactController = null;
        }