7 changed files with 34 additions and 15 deletions
@ -1,13 +1,13 @@ |
|||||
<Page x:Class="Audit.View.QueryView" |
<UserControl x:Class="Audit.View.QueryView" |
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
||||
xmlns:local="clr-namespace:Audit.View" |
xmlns:local="clr-namespace:Audit.View" |
||||
mc:Ignorable="d" |
mc:Ignorable="d" DataContext="{Binding Source={StaticResource Locator},Path=Query}" |
||||
d:DesignHeight="450" d:DesignWidth="800"> |
d:DesignHeight="900" d:DesignWidth="1100"> |
||||
|
|
||||
<Grid> |
<Grid> |
||||
<TextBlock Text="QueryView" FontSize="100"/> |
<TextBlock Text="QueryView" FontSize="100"/> |
||||
</Grid> |
</Grid> |
||||
</Page> |
</UserControl> |
||||
|
|||||
Loading…
Reference in new issue