protected void OnReconnection()
 {
     if (OnReconnectionAction != null)
     {
         OnReconnectionAction.Invoke();
     }
 }
Пример #2
0
 protected void OnReconnection(object sender, EventArgs e)
 {
     if (OnReconnectionAction != null)
     {
         OnReconnectionAction.Invoke();
     }
 }