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