TraySlot增加SN

master
lhiven 2 years ago
parent c17fb05ff4
commit 4a130909bd

@ -520,6 +520,15 @@ namespace Rs.Controls
set { _Column = value; } set { _Column = value; }
} }
private string _SN;
public string SN
{
get { return _SN; }
set { _SN = value; }
}
private RectangleF _Bound; private RectangleF _Bound;
[XmlIgnore] [XmlIgnore]
public RectangleF Bound public RectangleF Bound

Loading…
Cancel
Save