DispCtrl.cs 현장에서 예외 문제로 소스 행번호 로그 추가
This commit is contained in:
		| @@ -311,6 +311,12 @@ namespace vmsnet | ||||
|             this.bs_normal.EndEdit(); | ||||
|             this.bs_win.EndEdit(); | ||||
|  | ||||
|             if (cmbIndiport.Text.Trim() == cmb_plcport.Text.Trim()) | ||||
|             { | ||||
|                 UTIL.MsgE("「KA 인디게이터」와 「Alarm PLC」의 통신포트는\n\n동일하게 설정할 수 없습니다."); | ||||
|                 cmbIndiport.Focus(); | ||||
|                 return; | ||||
|             } | ||||
|  | ||||
|             if (nudPri1.Value < 1 || nudPri2.Value < 1) | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shark219-hub
					shark219-hub