protected void OnConnectionCreated(ConnectionCreatedEventArgs e) { var eh = this.ConnectionCreated; if (eh != null) { eh(this, e); } }
/// <summary> /// /// </summary> /// <param name="connection"></param> protected void OnConnectionCreated(ConnectionCreatedEventArgs e) { var eh = this.ConnectionCreated; if (eh != null) { eh(this, e); } }