100101102103104105106107108109110
// Start document input thread. God.documentInputManagement.start(); // Start thread that deletes old files. new TempFilesDeletionThread(); // Start thread for searching for new versions of NanoDoA. new SystemUpdateThread(); return true;