fill QuoteView into a ShellView

pull/1/head
Sascha Woitschetzki 2021-07-01 21:19:49 +07:00
parent 33cb6da4d2
commit 72205655a6
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@
xmlns:cal="http://www.caliburnproject.org"
xmlns:local="clr-namespace:Gremlin.MVVM"
mc:Ignorable="d" >
<StackPanel Orientation="Vertical">
<StackPanel Orientation="Horizontal">
<local:QuoteView cal:Bind.Model="{Binding QuoteVM}" />
<!--<local:LineItemView cal:Bind.Model="{Binding LineItemVM}" />-->
</StackPanel>