Esempio n. 1
0
 internal void InvokeRemoteSystemUpdated(RemoteSystem remoteSystem)
 {
     this.RemoteSystemUpdated?.Invoke(this, new RemoteSystemUpdatedEventArgs(remoteSystem));
 }
Esempio n. 2
0
 internal void InvokeRemoteSystemAdded(RemoteSystem remoteSystem)
 {
     RemoteSystemAdded?.Invoke(this, new RemoteSystemAddedEventArgs(remoteSystem));
 }