Example #1
0
        private void CloseAddressBook()
        {
            shellService.ClearToolBarCommands();

            activeContactController?.Shutdown();
            activeContactController = null;
        }
Example #2
0
 private void CloseCurrentView()
 {
     shellService.ClearToolBarCommands();
     activeEmailFolderController?.Shutdown();
     activeEmailFolderController = null;
 }