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