Created
November 7, 2013 19:51
-
-
Save MikeSel/7360796 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dim myEDD As New EDD_Licence | |
Private Sub cmdCheck_Click(sender As Object, e As EventArgs) Handles cmdCheck.Click | |
myEDD.EDDLicense("CheckLicense", "http://<YOURURL>?edd_action=check_license&item_name=", "<YOURAPPNAME>", "&license=<YOURLICENSEKEY>") | |
End Sub | |
Private Sub cmdActivate_Click(sender As Object, e As EventArgs) Handles cmdActivate.Click | |
myEDD.EDDLicense("ActivateLicense", "http://<YOURURL>/?edd_action=activate_license&item_name=", "<YOURAPPNAME>", "&license=<YOURLICENSEKEY>") | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment