public LicenseActivate(CustomInstall Owner)
 {
     if (Owner != null)
     {
         this._owner = Owner;
     }
     InitializeComponent();
 }
Пример #2
0
 public Administrator(CustomInstall Owner)
 {
     InitializeComponent();
     this._owner = Owner;
 }
Пример #3
0
 public LicenseInformation(CustomInstall CustomInstall)
 {
     this._owner = CustomInstall;
     InitializeComponent();
 }