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