using System; namespace Shared { /// /// 面板按键 /// [System.Serializable] public class ButtonPanel :DryContact { public ButtonPanel () : base() { this.Type = DeviceType.ButtonPanel; } } }