From a13e491a7e0f9e669caab22d936114830f717d0b Mon Sep 17 00:00:00 2001 From: watsonb8 Date: Sun, 3 Nov 2019 16:04:05 -0500 Subject: [PATCH] Added GetQueue method that returns the hosts library --- Aurora/Design/Views/Party/PartyView.xaml | 3 +- Aurora/Design/Views/Party/PartyViewModel.cs | 30 +++++++++++-- Aurora/Proto/party.proto | 15 +++++-- Aurora/RemoteImpl/RemotePartyImpl.cs | 48 +++++++++++++++++++++ 4 files changed, 89 insertions(+), 7 deletions(-) diff --git a/Aurora/Design/Views/Party/PartyView.xaml b/Aurora/Design/Views/Party/PartyView.xaml index e6b7f50..799ce28 100644 --- a/Aurora/Design/Views/Party/PartyView.xaml +++ b/Aurora/Design/Views/Party/PartyView.xaml @@ -23,7 +23,8 @@ Members="{Binding Members}"/>