Skip to content

Commit 698d6a7

Browse files
authored
Update add-license-key-openedge.md
1 parent 3b06158 commit 698d6a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

knowledge-base/add-license-key-openedge.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following tutorial will demonstrate how to set up your license key in the Op
3434

3535
1. Now we need to register the copied license key above.
3636

37-
````C#
37+
````ABL
3838
3939
CONSTRUCTOR PUBLIC Form1 ( ):
4040
// ActivePerpetual script key
@@ -50,7 +50,8 @@ CONSTRUCTOR PUBLIC Form1 ( ):
5050
END CONSTRUCTOR.
5151
5252
````
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.
5455
5556
1. Add a reference to the `Telerik.Licensing.Runtime.dll`.
5657

0 commit comments

Comments
 (0)