Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions licensing/license-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down