You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: licensing/license-key.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,29 +81,27 @@ If you add the Telerik components to your project by referencing the Telerik ass
81
81

82
82
83
83
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.
84
-
- For C#: Copy the C# code snippet into a new file, for example, `TelerikLicense.cs`.
85
-
- For VB: Copy the VB code snippet into a new file, for example, `TelerikLicense.vb`.
84
+
- For C#: Copy the C# code snippet into a new file, for example, `TelerikLicense.cs`.
85
+
- For VB: Copy the VB code snippet into a new file, for example, `TelerikLicense.vb`.
86
86
87
87
1. Add the `TelerikLicense.cs` (or `TelerikLicense.vb`) file to your project.
88
88
89
89
>caption TelerikLicense.cs file example using Script Key
In case you use multiple Telerik products in the same application (e.g. Wpf, Telerik Document Processing, Telerik Reporting), you will need to add seperate license script keys for all products that you use.
98
97
99
98
>caption TelerikLicense.cs file with multiple Script Keys for different products
0 commit comments