26/11/2021
'); printWindow.print(); printWindow.close(); } function backTotop() { window.scrollTo({ top: 0, behavior: 'smooth' }); } function BlazorDownloadFile(filename, contentType, content) { const data = base64DecToArr(content); const file = new File([data], filename, { type: contentType }); const exportUr...