Files
Apollon/Apollon.WPF/Views/GroupsView.xaml
2023-02-18 11:57:10 +01:00

13 lines
672 B
XML

<UserControl x:Class="Apollon.WPF.Views.GroupsView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:components="clr-namespace:Apollon.WPF.Views.Components"
mc:Ignorable="d"
d:DesignHeight="6800" d:DesignWidth="200">
<Grid Background="Red">
<TextBlock Text="Gruppen" VerticalAlignment="Center" HorizontalAlignment="Center"/>
</Grid>
</UserControl>