黄学彪
2019-11-28 3a26f6025130dcaae4aa82ea19b16ad902450eb8
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);
        }