using System; namespace Shared { public class ButtonPanelDevice:Common { public ButtonPanelDevice() : base() { this.Type = DeviceType.ButtonPanel; } } }