forked from amkovkov/GranuSightSoftware2
14 lines
487 B
XML
14 lines
487 B
XML
<UserControl
|
|
x:Class="GSS2.Views.Common.SystemView"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:vm="using:GSS2.ViewModels.Common"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
x:DataType="vm:SystemViewModel">
|
|
|
|
<Grid>
|
|
<TextBlock Text="Системная страница" FontSize="20" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
</Grid>
|
|
|
|
</UserControl>
|