Skip to content

Instantly share code, notes, and snippets.

@MikeSel
Created November 7, 2013 19:51
Show Gist options
  • Save MikeSel/7360796 to your computer and use it in GitHub Desktop.
Save MikeSel/7360796 to your computer and use it in GitHub Desktop.
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