private void OnLeft(LeftPlayerEvent e) { this.UpdateOnline(); }
private void OnLeft(object sender, LeftPlayerEvent e) { this.UpdateOnline(); }