wjc
2022-03-02 a154c3ce81601e3c202d3c5f4d0a8cefc5a7e8ae
HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPage_InstantaneousValue.cs
@@ -99,6 +99,8 @@
        {
            if(bodyView!=null)
            {
                Application.RunOnMainThread(() =>
                {
                for (int i = 0; i < bodyView.instantaneousValueView.ChildrenCount; i++)
                {
                    var view = bodyView.instantaneousValueView.GetChildren(i);
@@ -134,8 +136,8 @@
                        }
                    }
                }
                });
            }
        }
    }