|
var defaultView = GetView();
The parameter is a "context" object that is used when there are multiple views over the same VM, such as in the HelloScreens sample. In that sample you could do this:
var masterView = GetView("Master");
var detailView = GetView("Detail");
|