Files
BeWoPlaner/BeWo/View/Detail/CustomerHistoryDialog.xaml
2016-06-27 01:45:38 +02:00

10 lines
450 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" Height="300" Width="300">
<Grid>
<detail:CustomerHistoryView x:Name="CustomerHistoryView"></detail:CustomerHistoryView>
</Grid>
</Window>