コード例 #1
0
ファイル: registerForm.cs プロジェクト: smfichadiya/ERPStudio
 protected override void OnShown(EventArgs e)
 {
     base.OnShown(e);
     txtMac.Text      = ActivationManager.ReadMacAddress();
     txtLicense.Text  = ActivationManager.activationDataMemory.License;
     txtPenDrive.Text = ActivationManager.activationDataMemory.PenDrive;
     PrepareGrid();
 }