tzy
2021-03-26 0c1e29166e6b188939c092d16f87ce2a27662c5f
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;
                }
            }
        }