Ejemplo n.º 1
0
 private void CloseAllConnections()
 {
     foreach (Connection c in Connections.Values)
     {
         c.Close();
     }
     Connections.RemoveAll();
 }