A page that allows the user to create a new contract.
async Task ShowContractOptions(IDictionary< CaseInsensitiveString, object >[] Options)
Method called (from main thread) when contract options are made available.
NewContractPage()
Creates a new instance of the NewContractPage class.
The view model to bind to when displaying a new contract view or page.
Interface for pages that can receive contract options from an asynchronous process.