From 65d12cb052664426e95dd4626294f09810905be3 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 14 Dec 2022 18:44:39 +0100 Subject: [PATCH] use datetimepicker for more carefull transaction picking --- EliteBGS/EliteBGS.csproj | 3 ++- EliteBGS/MainWindow.xaml | 7 ++++--- EliteBGS/MainWindow.xaml.cs | 21 +++++++++++++++------ 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/EliteBGS/EliteBGS.csproj b/EliteBGS/EliteBGS.csproj index 203f6f9..8366609 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -55,11 +55,12 @@ + - + diff --git a/EliteBGS/MainWindow.xaml b/EliteBGS/MainWindow.xaml index 974b3ee..6208631 100644 --- a/EliteBGS/MainWindow.xaml +++ b/EliteBGS/MainWindow.xaml @@ -4,6 +4,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:abc="http://wpfcontrols.com/" + xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" xmlns:local="clr-namespace:EliteBGS" xmlns:Util="clr-namespace:EliteBGS.Util" d:DataContext="{d:DesignInstance Type=Util:AppConfig}" x:Name="window" x:Class="EliteBGS.MainWindow" mc:Ignorable="d" @@ -39,10 +40,10 @@