forked from amkovkov/GranuSightSoftware2
feat: AmineContentView pages placeholders
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<UserControl
|
||||
x:Class="GSS2.Views.AmineContent.ResultsView"
|
||||
xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="using:GSS2.ViewModels.AmineContent"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
x:DataType="vm:ResultsViewModel">
|
||||
|
||||
<Grid>
|
||||
<TextBlock Text="Результаты" FontSize="20" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
||||
</Grid>
|
||||
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user