Build break in RemoteSystemWatcher
This commit is contained in:
Родитель
7ba3930c56
Коммит
83205d3460
|
@ -49,7 +49,7 @@ namespace Microsoft.ConnectedDevices
|
|||
public delegate void OnRemoteSystemUpdated(RemoteSystemWatcher watcher, RemoteSystemUpdatedEventArgs args);
|
||||
internal void InvokeRemoteSystemUpdated(RemoteSystem remoteSystem)
|
||||
{
|
||||
RemoteSystemUpdated?(this, new RemoteSystemUpdatedEventArgs(remoteSystem));
|
||||
RemoteSystemUpdated?.Invoke(this, new RemoteSystemUpdatedEventArgs(remoteSystem));
|
||||
}
|
||||
//
|
||||
// Summary:
|
||||
|
|
Загрузка…
Ссылка в новой задаче