wei
2021-03-26 f369d0b710357c933ed96e73fd337d22906bb0c8
HDL_ON/Entity/Function/Function.cs
@@ -919,7 +919,13 @@
        {
            get
            {
                return Convert.ToByte(loopId, 16);
                try
                {
                    return Convert.ToByte(loopId, 16);
                }catch
                {
                    return 0;
                }
            }
        }