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: knowledge-base/add-license-key-openedge.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The following tutorial will demonstrate how to set up your license key in the Op
34
34
35
35
1. Now we need to register the copied license key above.
36
36
37
-
````C#
37
+
````ABL
38
38
39
39
CONSTRUCTOR PUBLIC Form1 ( ):
40
40
// ActivePerpetual script key
@@ -50,7 +50,8 @@ CONSTRUCTOR PUBLIC Form1 ( ):
50
50
END CONSTRUCTOR.
51
51
52
52
````
53
-
>important The license key needs to be registered before initializing our controls. In the above scenario, the license key is registered before the InitializeComponent() method is executed.
53
+
54
+
>important The license key needs to be registered before initializing our controls. In the above scenario, the license key is registered before the InitializeComponent() method is executed.
54
55
55
56
1. Add a reference to the `Telerik.Licensing.Runtime.dll`.
0 commit comments