laatzen/Common/Ui/Common.UI/Pages/EregisterManualProgramming.xaml
2025-01-24 12:10:40 +01:00

15 lines
532 B
XML

<Page x:Class="Common.UI.Pages.EregisterManualProgramming"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ViewModels="clr-namespace:Common.UI.ViewModels">
<Page.DataContext>
<ViewModels:EregisterManualProgrammingVM />
</Page.DataContext>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
</Grid>
</Page>