From 4a130909bd4e46871574cd5424cd9cdc80b4c5f0 Mon Sep 17 00:00:00 2001 From: lhiven Date: Thu, 5 Oct 2023 13:54:38 +0900 Subject: [PATCH] =?UTF-8?q?TraySlot=E5=A2=9E=E5=8A=A0SN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.Controls/RsTray.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Rs.Controls/RsTray.cs b/Rs.Controls/RsTray.cs index 0deed76..d08ee71 100644 --- a/Rs.Controls/RsTray.cs +++ b/Rs.Controls/RsTray.cs @@ -520,6 +520,15 @@ namespace Rs.Controls set { _Column = value; } } + private string _SN; + + public string SN + { + get { return _SN; } + set { _SN = value; } + } + + private RectangleF _Bound; [XmlIgnore] public RectangleF Bound