protected void OnReconnection()
 {
     if (OnReconnectionAction != null)
     {
         OnReconnectionAction.Invoke();
     }
 }
Esempio n. 2
0
 protected void OnReconnection(object sender, EventArgs e)
 {
     if (OnReconnectionAction != null)
     {
         OnReconnectionAction.Invoke();
     }
 }