using System; namespace Shared { [System.Serializable] public class DMX48 : Common { public DMX48 () : base () { this.Type = DeviceType.DMX48; } } }