mirror of https://github.com/AMT-Cheif/Stylet.git
Oops, fix up Stylet.Start
This commit is contained in:
parent
2e7b8f927c
commit
10c1131bd8
|
@ -1,4 +1,5 @@
|
|||
using Stylet;
|
||||
using StyletIoC;
|
||||
using $rootnamespace$.Pages;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
|
|
@ -8,12 +8,16 @@
|
|||
mc:Ignorable="d"
|
||||
d:DataContext="{d:DesignInstance local:ShellView}"
|
||||
Title="Stylet Start Project"
|
||||
Width="200" Height="200">
|
||||
<Grid>
|
||||
<TextBlock FontSize="20"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center">
|
||||
Width="350" Height="200">
|
||||
<StackPanel VerticalAlignment="Center">
|
||||
<TextBlock FontSize="30"
|
||||
HorizontalAlignment="Center">
|
||||
Hello Stylet!
|
||||
</TextBlock>
|
||||
</Grid>
|
||||
<TextBlock Margin="0,20,0,0"
|
||||
FontSize="20"
|
||||
HorizontalAlignment="Center">
|
||||
Now delete MainWindow.xaml.
|
||||
</TextBlock>
|
||||
</StackPanel>
|
||||
</Window>
|
||||
|
|
Loading…
Reference in New Issue