UI Design modify
Multi SID Select
This commit is contained in:
@@ -59,11 +59,10 @@ namespace Project
|
||||
PUB.flag.set(eVarBool.FG_RDY_PORT_PC, false, "SW_START");
|
||||
PUB.flag.set(eVarBool.FG_RDY_PORT_PR, false, "SW_START");
|
||||
|
||||
//얼라인 상태를 모두 초기화 한다
|
||||
//loader1.arVar_Port.ToList().ForEach(t => t.AlignOK = 0);
|
||||
VAR.BOOL[eVarBool.FG_WAIT_INFOSELECTCLOSE] = false;
|
||||
|
||||
//언로더 체크작업은 항상 다시 시작한다
|
||||
if (PUB.Result.UnloaderSeq > 1) PUB.Result.UnloaderSeq = 1;
|
||||
//언로더 체크작업은 항상 다시 시작한다
|
||||
if (PUB.Result.UnloaderSeq > 1) PUB.Result.UnloaderSeq = 1;
|
||||
|
||||
//팝업메세지가 사라지도록 한다
|
||||
PUB.popup.needClose = true;
|
||||
|
||||
Reference in New Issue
Block a user