From 7b4498f8e84e4290d9a617aa5d2757f82167e2a8 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Sat, 15 Jan 2022 01:44:34 +0100 Subject: [PATCH] Changed ActiveConnection to View not List --- Borepin/Borepin/Page/MachineListPage.xaml | 6 ++--- Borepin/Borepin/Page/ServerListPage.xaml | 22 +++++++------------ .../Borepin/PageModel/ServerListPageModel.cs | 10 +++------ Borepin/Borepin/View/MachineListItemView.xaml | 2 +- Borepin/Borepin/View/ServerListItemView.xaml | 6 ++--- .../ViewModel/ServerListItemViewModel.cs | 4 ---- 6 files changed, 18 insertions(+), 32 deletions(-) diff --git a/Borepin/Borepin/Page/MachineListPage.xaml b/Borepin/Borepin/Page/MachineListPage.xaml index baa709d..4465ae9 100644 --- a/Borepin/Borepin/Page/MachineListPage.xaml +++ b/Borepin/Borepin/Page/MachineListPage.xaml @@ -24,11 +24,11 @@ - + diff --git a/Borepin/Borepin/Page/ServerListPage.xaml b/Borepin/Borepin/Page/ServerListPage.xaml index 308412d..914b36b 100644 --- a/Borepin/Borepin/Page/ServerListPage.xaml +++ b/Borepin/Borepin/Page/ServerListPage.xaml @@ -11,32 +11,26 @@ - + - +