Esempio n. 1
0
 /// <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);
 }
Esempio n. 2
0
 /// <summary>
 /// Refresh the welcome view
 /// </summary>
 public override void Refresh()
 {
     CIX.RefreshOnlineUsers();
     FolderCollection.RefreshInterestingThreads();
 }