HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-11-28 69d3858d6ee726ef7ed48f43ff5c878670187f9b
ZigbeeApp/Shared/Phone/Device/CommonForm/LeftIconButtonRow.cs
@@ -41,8 +41,10 @@
        #endregion
        public LeftIconButtonRow(int width,int height)
        public LeftIconButtonRow(int width,int height, int x = 0, int y = 0)
        {
            X = x;
            Y = y;
            Width = Application.GetRealWidth(width);
            Height = Application.GetRealHeight(height);
        }