10 lines
450 B
XML
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>
|