void Start() { // Start up handlers SQLiteHandler.Start(); MySQLHandler.Start(MysqlAddress, MysqlUsername, MysqlPassword); // Check to see if there is an update CheckForUpdate(); LoadAtoms(); }