From bf7f309ea6ebbe1413946d4a091bd8a5cb26f54f Mon Sep 17 00:00:00 2001 From: Jeddunk Date: Wed, 23 Dec 2020 19:13:52 +0100 Subject: [PATCH] Disable main window until DLLs are ready Other code changes --- DownloadWindow.xaml | 6 +- DownloadWindow.xaml.cs | 2 +- MainWindow.xaml | 2 +- MainWindow.xaml.cs | 31 ++++-- Model/CacheModel.cs | 7 +- Model/CreamConfigModel.cs | 2 +- Model/CreamDllModel.cs | 115 ++------------------- Services/DownloadCreamApiService.cs | 155 ++++++++++++++++++++++++++++ 8 files changed, 199 insertions(+), 121 deletions(-) create mode 100644 Services/DownloadCreamApiService.cs diff --git a/DownloadWindow.xaml b/DownloadWindow.xaml index aff7206..dcf379a 100644 --- a/DownloadWindow.xaml +++ b/DownloadWindow.xaml @@ -5,15 +5,15 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:auto_creamapi" mc:Ignorable="d" - Title="DownloadWindow" Width="400" Height="200"> + Title="Please wait..." Width="400" Height="200"> -