Exemple #1
0
 public void OnActiveHostChanged()
 {
     ActiveHostChanged?.Invoke(this, new ActiveHostChangedEventArgs(null, null));
 }
Exemple #2
0
 private void OnActiveHostChanged(IHost previousHost, IHost newHost)
 {
     ActiveHostChanged?.Invoke(this, new ActiveHostChangedEventArgs(previousHost, _host));
 }