Exemplo n.º 1
0
        public void UpdateChannelRemarks(int channelNum, string remarks)
        {
            var channelInfoSettings = DMXDeviceSettings.GetDMXChannelInfoSettings(ChannelBegin, channelNum);

            channelInfoSettings.Remarks = remarks;
            DMXDeviceService.SaveSettings();
        }
Exemplo n.º 2
0
 public static DMXDeviceSettings GetDMXDeviceSettings()
 {
     return (DMXDeviceSettings)DMXDeviceService.GetDMXDeviceService().DeviceSettings;
 }