From 98abfd1c6fbd5affdcae4e73526cad84cc367027 Mon Sep 17 00:00:00 2001 From: Nadya Todorova Date: Tue, 15 Jul 2025 16:11:05 +0300 Subject: [PATCH] fix bullets that are not showin --- licensing/license-key.md | 1 + 1 file changed, 1 insertion(+) diff --git a/licensing/license-key.md b/licensing/license-key.md index 13f5c5ff1..34ee79cc8 100644 --- a/licensing/license-key.md +++ b/licensing/license-key.md @@ -81,6 +81,7 @@ If you add the Telerik components to your project by referencing the Telerik ass ![Download a Telerik UI for WinForms Script Key](./images/download-script-key.png) 1. A new Script Key window is shown with your C#/VB Script License Key. The code snippet from the Script Key contains an assembly attribute called EvidenceAttribute that holds information about the license key. + - For C#: Copy the C# code snippet into a new file, for example, `TelerikLicense.cs`. - For VB: Copy the VB code snippet into a new file, for example, `TelerikLicense.vb`.