Sankonzept angefangen

This commit is contained in:
Husky
2020-04-03 17:56:47 +02:00
parent 5bc8c58fa6
commit decbba13b5
7 changed files with 77 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
<UserControl x:Class="KanSan.UI.UCSanMaßnahmenList"
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:local="clr-namespace:KanSan.UI"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
<Grid>
</Grid>
</UserControl>