/// <summary> /// Display this view with the specified folder and options /// </summary> public override bool ViewFromFolder(FolderBase folder, Address address, FolderOptions flags) { if (_welcomePage == null) { FillCanvas(); } if (CIX.Online) { CIX.RefreshOnlineUsers(); FolderCollection.RefreshInterestingThreads(); } return(true); }
/// <summary> /// Refresh the welcome view /// </summary> public override void Refresh() { CIX.RefreshOnlineUsers(); FolderCollection.RefreshInterestingThreads(); }