Initial peers page
This commit is contained in:
parent
c4c67e591b
commit
095539de29
6 changed files with 98 additions and 2 deletions
|
@ -73,7 +73,12 @@ namespace WinUI
|
|||
|
||||
private void updatePeers()
|
||||
{
|
||||
var peers = handler.GetPeers();
|
||||
|
||||
peersPage.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() =>
|
||||
{
|
||||
peersPage.SetPeers(peers);
|
||||
}));
|
||||
}
|
||||
|
||||
private void OnUpdateTimer(object source, ElapsedEventArgs e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue