Exemplo n.º 1
0
 public LicenseForm(string activatedLicensePath)
 {
     _activatedLicensePath = activatedLicensePath;
     InitializeComponent();
     _activationForm = new ActivationForm();
 }
Exemplo n.º 2
0
 public LicenseForm(string activatedLicensePath)
 {
     _activatedLicensePath = activatedLicensePath;
     InitializeComponent();
     _activationForm = new ActivationForm();
 }