HDL Home App 第二版本 旧平台金堂用 正在使用
WJC
2019-12-10 4e0d1c906e69af41905b5376da15773be0fca547
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);
        }