From 154c21fdcd9ea4b6cbe3d527dd931d0d0df6ea34 Mon Sep 17 00:00:00 2001 From: Stedd Date: Sun, 1 Aug 2021 16:12:59 +0200 Subject: [PATCH] Read/Write to SQLite --- App.config | 2 +- CryptoCalc.csproj | 9 +++++++- MainWindow.xaml | 3 ++- MainWindow.xaml.cs | 53 ++++++++++++++++++++++---------------------- SqliteDataAccess.cs | 41 ++++++++++++++++++++++++++++++++++ Transaction.cs | 27 ++++++++++++++++++++++ data.db | Bin 24576 -> 24576 bytes 7 files changed, 106 insertions(+), 29 deletions(-) create mode 100644 SqliteDataAccess.cs create mode 100644 Transaction.cs diff --git a/App.config b/App.config index 9933ea0..d64670c 100644 --- a/App.config +++ b/App.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/CryptoCalc.csproj b/CryptoCalc.csproj index 44bc49b..c173c4f 100644 --- a/CryptoCalc.csproj +++ b/CryptoCalc.csproj @@ -7,7 +7,14 @@ - + + + + + + + PreserveNewest + diff --git a/MainWindow.xaml b/MainWindow.xaml index 5a0c684..2803651 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -7,7 +7,8 @@ mc:Ignorable="d" Title="MainWindow" Height="450" Width="800"> -