SDC C-Project CF Review 프로그램
ReviewSystem/ReviewSystem/SequenceProcessor.cpp
@@ -83,7 +83,9 @@
   m_nAlive = 0;
   m_nWsiTotalCount = 0;
   //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD START
   m_bSimulationMode = FALSE;
   //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD END
   InitializeCriticalSection(&m_csProcessStatus);
}