using System; namespace Shared { public class ACPanelDevice:Common { public ACPanelDevice () { this.Type = DeviceType.ACPanel; } } }