| | |
| | | |
| | | private void cbPingbiGuangshan_CheckedChanged(object sender, EventArgs e) |
| | | { |
| | | _opc.Write(OPCOutputTag.PingbiGuangShan, cbPingbiGuangshan.Checked); |
| | | if (new ConfigPassword("").ShowDialog() == DialogResult.OK) |
| | | { |
| | | _opc.Write(OPCOutputTag.PingbiGuangShan, cbPingbiGuangshan.Checked); |
| | | } |
| | | } |
| | | |
| | | private void cbPingbiSafeGuard_CheckedChanged(object sender, EventArgs e) |
| | | { |
| | | _opc.Write(OPCOutputTag.PingbiSafeGuard, cbPingbiSafeGuard.Checked); |
| | | if (new ConfigPassword("").ShowDialog() == DialogResult.OK) |
| | | { |
| | | _opc.Write(OPCOutputTag.PingbiSafeGuard, cbPingbiSafeGuard.Checked); |
| | | } |
| | | } |
| | | } |
| | | } |