Пример #1
0
 internal void RenderActionButtons(bool isInJunkMailFolder, bool isPost)
 {
     if (this.IsPreviewForm)
     {
         if (isInJunkMailFolder)
         {
             RenderingUtilities.RenderJunkMailActionIcons(this.responseWriter, this.UserContext);
             return;
         }
         RenderingUtilities.RenderActiveActionIcons(this.responseWriter, this.UserContext, isPost);
     }
 }