2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 WindowTitle="Calling Page"
9 <Hyperlink Name="startWizardHyperlink" Click="startWizardHyperlink_Click">Start Wizard</Hyperlink>
11 <TextBlock Name="WizardResultsTextBlock" Visibility="Hidden" />