Click or drag to resize
ISettingsPresenterApplyReceiverConfigurationWizard Method
Applies the answers from a receiver configuration wizard to the receiver passed across.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ApplyReceiverConfigurationWizard(
	IReceiverConfigurationWizardAnswers answers,
	Receiver receiver
)

Parameters

answers
Type: VirtualRadar.Interface.ViewIReceiverConfigurationWizardAnswers
receiver
Type: VirtualRadar.Interface.SettingsReceiver
See Also