Example #1
0
 private bool UnInit()  // unInit all the modules and destroy all data left in memory
 {
     SymptomBasedModule.UnInit();
     EpidemyModule.UnInit();
     ImageModule.UnInit();
     SymptomModule.UnInit();
     return(true);
 }
Example #2
0
 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);
 }