13 lines
424 B
XML
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>
|