Statistics
| Branch: | Revision:

root / trunk / packages / Caliburn.Micro.1.2.0 / tools / NET40 / ShellView.xaml @ 9bae55d1

History | View | Annotate | Download (390 Bytes)

1
<Window x:Class="Pithos.Client.WPF.ShellView"
2
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
4

    
5
	<Grid Background="White">
6
		<TextBlock Text="Hello Caliburn Micro!"
7
		           VerticalAlignment="Center"
8
		           HorizontalAlignment="Center"
9
		           FontSize="20" />
10
	</Grid>
11

    
12
</Window>
13