File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
CS/BlazorApp_WordDocumentAPI/Pages Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8282 return base .OnInitializedAsync ();
8383 }
8484
85- #region CreateAttachment
85+ <!-- #region CreateAttachment-->
8686 MemoryStream CreateAttachment (Recipient recipient ) {
8787 ArgumentNullException .ThrowIfNull (SelectedSender );
8888
101101 return stream ;
102102 }
103103 }
104- #endregion
104+ <!-- #endregion CreateAttachment -->
105105
106106 void DownloadPdf (Recipient recipient ) {
107107 // Execute mail merge.
112112 Convert .ToBase64String (stream .ToArray ()));
113113 }
114114 }
115-
116- #region SendMessages
115+
116+ <!-- #region SendMessages-->
117117 void SendEmails (MouseEventArgs mouseEventArgs ) {
118118 // Obtain a list of recipients.
119119 List <Recipient > recipientList = dataSource .RecipientList ;
182182 }
183183 }
184184 }
185- #endregion
186- }
185+ <!-- #endregion SendMessages -->
186+ }
You can’t perform that action at this time.
0 commit comments