Ejemplo n.º 1
0
 private async void FinishedLoadingDevices()
 {
     var Ids = Common.PackageManager.RemoteSystems.Where(x => x.Kind.Value != RemoteSystemKinds.Unknown.Value).Select(x => x.Id);
     await ServiceFunctions.RegisterWinDeviceIds(Ids);
 }