コード例 #1
0
 internal void InvokeRemoteSystemUpdated(RemoteSystem remoteSystem)
 {
     this.RemoteSystemUpdated?.Invoke(this, new RemoteSystemUpdatedEventArgs(remoteSystem));
 }
コード例 #2
0
 internal void InvokeRemoteSystemAdded(RemoteSystem remoteSystem)
 {
     RemoteSystemAdded?.Invoke(this, new RemoteSystemAddedEventArgs(remoteSystem));
 }