mirror of https://github.com/AMT-Cheif/Stylet.git
9 lines
334 B
XML
9 lines
334 B
XML
<Window x:Class="Stylet.Samples.OverridingViewManager.ShellView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="ShellView" Height="300" Width="300">
|
|
<Grid>
|
|
<TextBlock>Hello, World</TextBlock>
|
|
</Grid>
|
|
</Window>
|