コード例 #1
0
ファイル: ModuleController.cs プロジェクト: zwq00000/waf
        private void CloseAddressBook()
        {
            shellService.ClearToolBarCommands();

            activeContactController?.Shutdown();
            activeContactController = null;
        }
コード例 #2
0
ファイル: ModuleController.cs プロジェクト: jbe2277/waf
 private void CloseCurrentView()
 {
     shellService.ClearToolBarCommands();
     activeEmailFolderController?.Shutdown();
     activeEmailFolderController = null;
 }