Exemplo n.º 1
0
        void AutoUpdatePointer()
        {
            uint   currentAddr = U.toOffset(this.Address.Value);
            string text        = this.AddressList.Text;
            uint   uid         = U.atoh(text);

            uint newUID = (uint)X_SRC_UNIT_VALUE.Value;

            if (uid == newUID)
            {//以前とuidが変わらないのでボツ
                return;
            }
            UnitForm.ChangeSupportPointer(newUID, currentAddr);
        }