Debugging of SelectedLineItem

pull/1/head
DJh2o2 2022-03-23 09:53:46 +07:00
parent d5c2f92884
commit 86e442319d
2 changed files with 5 additions and 3 deletions

@ -89,7 +89,7 @@ namespace Gremlin.MVVM
private void DebugSelectedLineItem()
{
Debug.WriteLine($"{SelectedLineItem.ProductNumber}#{SelectedLineItem.OptionNumber}:\n{SelectedLineItem.CustomDescriptionVM.Heading}\n{SelectedLineItem.CustomDescriptionVM.DescriptionText}");
Debug.WriteLine($"Ausgewähltes LineItem: {SelectedLineItem.ProductNumber}#{SelectedLineItem.OptionNumber}: {SelectedLineItem.CustomDescriptionVM.Heading} ({SelectedLineItem.CustomDescriptionVM.DescriptionText})");
}
public bool ReadLineItems()

@ -1,6 +1,8 @@
<UserControl x:Class="Gremlin.MVVM.QuoteView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:cal="http://www.caliburnproject.org"
xmlns:local="clr-namespace:Gremlin.MVVM">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*"/>