/Visual Studio 2008/CSWPFNavigationUsage/Page1.xaml
# · XAML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · a67212968170775c160235fda588e170 MD5 · raw file
- <Page x:Class="CSWPFNavigationUsage.Page1"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Title="Page1">
- <Grid>
- <TextBlock Text="This is Page1" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center" ></TextBlock>
- </Grid>
- </Page>