2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:sharedPages="clr-namespace:SharedPages;assembly=SharedPages"
4 Title="Windows Application Shared Pages Client" Height="300" Width="300"
7 <TextBlock FontSize="15" FontWeight="DemiBold">Do A Task</TextBlock>
8 <Frame Source="pack://application:,,,/SharedPages;component/CallingPage.xaml" NavigationUIVisibility="Hidden" />