Example #1
0
 private async void PingPong_OnRemoteDeviceAdded(object sender, RemoteSystem e)
 {
     await Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () =>
     {
         var system = new RemoteSystemInfo(e);
         RemoteSystemInfoCollection.Add(system);
     });
 }