From effe49db09e0edc423bf622a86927690450b4e9b Mon Sep 17 00:00:00 2001 From: Jimmy White Date: Sat, 29 Jul 2023 15:44:44 +0100 Subject: [PATCH 1/5] Added custom Dialog boxes and auto fine Elite Executable --- CustomDialog.xaml | 36 +++ CustomDialog.xaml.cs | 43 ++++ Elite Dangerous Addon Launcher V2.csproj | 4 +- ErrorBox.xaml | 35 +++ ErrorBox.xaml.cs | 43 ++++ MainWindow.xaml.cs | 288 ++++++++++++++++++++++- SearchProgressWindow.xaml | 27 +++ SearchProgressWindow.xaml.cs | 29 +++ 8 files changed, 492 insertions(+), 13 deletions(-) create mode 100644 CustomDialog.xaml create mode 100644 CustomDialog.xaml.cs create mode 100644 ErrorBox.xaml create mode 100644 ErrorBox.xaml.cs create mode 100644 SearchProgressWindow.xaml create mode 100644 SearchProgressWindow.xaml.cs diff --git a/CustomDialog.xaml b/CustomDialog.xaml new file mode 100644 index 0000000..a02b661 --- /dev/null +++ b/CustomDialog.xaml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + +