Ejemplo n.º 1
0
 protected virtual void Connection_Disconnected(object sender, ConnectionEventArgs e)
 {
 }
Ejemplo n.º 2
0
 protected override void Connection_Connected(object sender, ConnectionEventArgs e)
 {
     base.Connection_Connected(sender, e);
     this.StartSubscription();
 }