wxr
2024-06-07 56da43f1e25a191cd83fb91c5756f19ef7431bb0
1
2
3
4
5
6
7
8
9
10
11
12
using System;
namespace Shared
{
    [System.Serializable]
    public class DMX48 : Common
    {
        public DMX48 () : base ()
        {
            this.Type = DeviceType.DMX48;
        }
    }
}