Ejemplo n.º 1
0
 protected override void OnShown(EventArgs e)
 {
     base.OnShown(e);
     txtMac.Text      = ActivationManager.ReadMacAddress();
     txtLicense.Text  = ActivationManager.activationDataMemory.License;
     txtPenDrive.Text = ActivationManager.activationDataMemory.PenDrive;
     PrepareGrid();
 }