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

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