예제 #1
0
        public HuaWeiToolForm()
        {
            InitializeComponent();

            CheckForIllegalCrossThreadCalls = false;
            softReg = new SoftReg();
        }
예제 #2
0
 public RegisterForm()
 {
     InitializeComponent();
     softReg = new SoftReg();
     this.mNumTextBox.Text = softReg.GetMachineNum();
     //this.licenseTextBox.Text = softReg.GetRegisterNum();
     this.mNumTextBox.ReadOnly = true;
 }
예제 #3
0
 public MainWindow()
 {
     InitializeComponent();
     softReg     = new SoftReg();
     currentForm = null;
 }
예제 #4
0
 public AndroidExportForm()
 {
     InitializeComponent();
     CheckForIllegalCrossThreadCalls = false;
     softReg = new SoftReg();
 }