Upgradec Caliburn.Micro, SQLite
[pithos-ms-client] / trunk / packages / Caliburn.Micro.1.3.1 / tools / sl4 / ShellView.xaml
1 <UserControl x:Class="$safeprojectname$.ShellView"\r
2              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"\r
3              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">\r
4 \r
5         <Grid Background="White">\r
6                 <TextBlock Text="Hello Caliburn Micro!"\r
7                            VerticalAlignment="Center"\r
8                            HorizontalAlignment="Center"\r
9                            FontSize="20" />\r
10         </Grid>\r
11 \r
12 </UserControl>