Exemplo n.º 1
0
        protected void OnConnectionCreated(ConnectionCreatedEventArgs e)
        {
            var eh = this.ConnectionCreated;

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