private bool UnInit() // unInit all the modules and destroy all data left in memory { SymptomBasedModule.UnInit(); EpidemyModule.UnInit(); ImageModule.UnInit(); SymptomModule.UnInit(); return(true); }
private bool UnInit() // unInit all the modules and destroy all data left in memory { symptomBasedModule.UnInit(); epidemyModule.UnInit(); imageModule.UnInit(); symptomModule.UnInit(); dbHandler.UnInit(); return(true); }