Ejemplo n.º 1
0
 public override void OnDropConnection(ConnectionState state)
 {
     //Nothing to clean here
 }
Ejemplo n.º 2
0
 void _pusher_ConnectionStateChanged(object sender, ConnectionState state)
 {
     //MessageBox.Show("Connection state: " + state);
 }