Пример #1
0
 public void OnRemoteSystemUpdated(Microsoft.ConnectedDevices.RemoteSystem remoteSystem)
 {
     this.watcher.InvokeRemoteSystemUpdated(remoteSystem);
 }
Пример #2
0
 public void OnRemoteSystemAdded(Microsoft.ConnectedDevices.RemoteSystem remoteSystem)
 {
     watcher.InvokeRemoteSystemAdded(remoteSystem);
 }