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