Files
BeWoPlaner/BeWo/View/Detail/CustomerHistoryDialog.xaml
2025-04-08 10:22:22 +02:00

13 lines
424 B
XML

<Window
x:Class="BeWo.View.Detail.CustomerHistoryDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:detail="clr-namespace:BeWo.View.Detail"
Title="CustomerHistoryDialog"
Width="300"
Height="300">
<Grid>
<detail:CustomerHistoryView x:Name="CustomerHistoryView" />
</Grid>
</Window>