Exemple #1
0
 public LicenseForm(string activatedLicensePath)
 {
     _activatedLicensePath = activatedLicensePath;
     InitializeComponent();
     _activationForm = new ActivationForm();
 }
 public LicenseForm(string activatedLicensePath)
 {
     _activatedLicensePath = activatedLicensePath;
     InitializeComponent();
     _activationForm = new ActivationForm();
 }