lss
2022-05-17 49248e3bdff0458f8f6f4156d1425bd6f6074e32
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 @@
                        }
                    }
                }
                });
            }
        }
    }