added samples
[windows-sources.git] / sdk / samples / WPFSamples / ControlTemplateExamples / csharp / page2.xaml
blob6ed72f12e483aecff8ae5c3a26d110cc88d57472
1 <Page x:Class="SimpleStyles.Page2"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4     Title="Page2"
5     Background="#CCC"
6     >
7     <Grid>
8       <TextBlock>
9         Navigate to <Hyperlink NavigateUri="page1.xaml">Page1</Hyperlink>
10       </TextBlock>
11     </Grid>
12 </Page>