Exemple #1
0
 private void TryUpdateConnection()
 {
     if (currentConnection != null)
     {
         currentConnection.Ping();
     }
 }