9 lines
296 B
XML
9 lines
296 B
XML
<UserControl x:Class="XLIMS.TPRZ.Views.MainView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
>
|
|
<Grid>
|
|
<TextBlock Text="{Binding Title}"/>
|
|
</Grid>
|
|
</UserControl>
|