Beispiel #1
0
 /// <summary>
 /// activate the DBmanager-check if the connection to the DB is valid
 /// </summary>
 /// <returns>true if it does, false if it doesnt</returns>
 public static bool CheckIfDbConnectionIsValid()
 {
     return(DBmanager.CheckIfTheConnectionValid());
 }