2 writes to oldNetworkSupportEnabledValue
WsatUI (2)
MMCUI\WSATControl.cs (2)
52
this.
oldNetworkSupportEnabledValue
= this.config.TransactionBridgeEnabled || this.config.TransactionBridge30Enabled;
191
this.
oldNetworkSupportEnabledValue
= this.checkBoxEnableNetworkSupport.Checked;
2 references to oldNetworkSupportEnabledValue
WsatUI (2)
MMCUI\WSATControl.cs (2)
90
networkTransactionEnabled =
oldNetworkSupportEnabledValue
;
106
this.checkBoxEnableNetworkSupport.Checked = this.
oldNetworkSupportEnabledValue
;