public HuaWeiToolForm() { InitializeComponent(); CheckForIllegalCrossThreadCalls = false; softReg = new SoftReg(); }
public RegisterForm() { InitializeComponent(); softReg = new SoftReg(); this.mNumTextBox.Text = softReg.GetMachineNum(); //this.licenseTextBox.Text = softReg.GetRegisterNum(); this.mNumTextBox.ReadOnly = true; }
public MainWindow() { InitializeComponent(); softReg = new SoftReg(); currentForm = null; }
public AndroidExportForm() { InitializeComponent(); CheckForIllegalCrossThreadCalls = false; softReg = new SoftReg(); }