Build break in RemoteSystemWatcher

This commit is contained in:
Shawn Henry 2017-01-26 21:36:51 -08:00
Родитель 7ba3930c56
Коммит 83205d3460
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: