Added GetQueue method that returns the hosts library

This commit is contained in:
watsonb8
2019-11-03 16:04:05 -05:00
parent 9a34e31f9c
commit a13e491a7e
4 changed files with 89 additions and 7 deletions

View File

@ -23,7 +23,8 @@
Members="{Binding Members}"/>
<Label
Text="Queue"/>
<qu:Queue/>
<qu:Queue
ItemsSource="{Binding Queue}"/>
</StackLayout>
<hs:HostSelector
Grid.Row="0"