예제 #1
0
        private void BackgroundWorkerRunProcess(BackgroundWorker bw)
        {
            MainThread.InitialChecks();
            XMLBible.LoadBibleIntoMemory();

            check_file_existence_results = MainThread.CheckFileExistence();

            new StaticLists();
        }