Esempio n. 1
0
        private void CmdEditLoopstation_Click(object sender, EventArgs e)
        {
            //Sets settings devices
            currentSettingDevice = loopStationConfig;
            LoadSettings(loopStationConfig.configuration);
            currentSettingButton = cmdEditLoopstation;

            EventListener(1);
        }
Esempio n. 2
0
        private void CmdEdit5_Click(object sender, EventArgs e)
        {
            //Sets settings devices
            currentSettingDevice = ls5;
            LoadSettings(ls5.configuration);
            currentSettingButton = cmdEdit5;

            EventListener(1);
        }