示例#1
0
        public bool AddValue(object value, bool add)
        {
            bool success = WatchVarWrapper.AddValue(value, add, FixedAddressListGetter());

            if (!success)
            {
                FlashColor(FAILURE_COLOR);
            }
            return(success);
        }