|
|
@@ -14,12 +14,12 @@
|
|
|
<TabItem Header="Info">
|
|
|
<Grid RowDefinitions="Auto,Auto,Auto">
|
|
|
<components:DateSelectorButton Grid.Row="0"
|
|
|
- Date="{Binding Shell.Qualified}"
|
|
|
+ Date="{Binding Shell.Qualified, Mode=TwoWay}"
|
|
|
Prefix="Start:"
|
|
|
Prompt="Select Start Date"
|
|
|
DateChanged="Qualified_OnChanged"/>
|
|
|
<components:DateSelectorButton Grid.Row="1"
|
|
|
- Date="{Binding Shell.Expiry}"
|
|
|
+ Date="{Binding Shell.Expiry, Mode=TwoWay}"
|
|
|
Prefix="Expiry:"
|
|
|
Prompt="Select Expiry Date"
|
|
|
DateChanged="Expiry_OnChanged"/>
|