VB.Net
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
License.LicenseName = "用户名"
License.LicenseUser = "邮箱"
License.LicenseKey = "注册码"
End Sub
(Keygen supports all products of the Softgroup .Net series.
Select the product, enter the user name and email address, and generate the registration code.
Use ProductRegister.exe in the Softgroup installation directory to register.
Then enter the registration information explicitly in the program:
C#
te void Form1_Load(object sender, EventArgs e)
{
License.LicenseName = "User Name";
License.LicenseUser = "Mailbox";
License.LicenseKey = "Registration Code";
}
VB.Net
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
License.LicenseName = "User Name"
License.LicenseUser = "Mailbox"
License.LicenseKey = "Registration Code"
End Sub)