From 53aa75df2be5ccab28fc27a3221645b74312dd32 Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Sun, 17 Oct 2021 13:16:40 +1300 Subject: [PATCH] Added connection page --- PDGServer_WPF/ConnectionPage.xaml | 56 +++++++++++++++++++++++++ PDGServer_WPF/ConnectionPage.xaml.cs | 47 +++++++++++++++++++++ RBG_Server.Core/CommunicationHandler.cs | 21 ++++++++-- 3 files changed, 120 insertions(+), 4 deletions(-) create mode 100644 PDGServer_WPF/ConnectionPage.xaml create mode 100644 PDGServer_WPF/ConnectionPage.xaml.cs diff --git a/PDGServer_WPF/ConnectionPage.xaml b/PDGServer_WPF/ConnectionPage.xaml new file mode 100644 index 0000000..69ef9b4 --- /dev/null +++ b/PDGServer_WPF/ConnectionPage.xaml @@ -0,0 +1,56 @@ + + + + +