실시간트렌드뷰 Pub_RemoteCommandEvent 화면UI 오류에 대한 예외처리 추가
This commit is contained in:
@@ -1831,8 +1831,8 @@ namespace vmsnet
|
||||
public void ToolStripButton2_Click(System.Object sender, System.EventArgs e)
|
||||
{
|
||||
PUB.log.Add(AR.Log.ETYPE.NORMAL, "소리끄기실행");
|
||||
PUB.Set_Sound(false, true); ////disable sound from user
|
||||
PUB.Set_Sound(false, false); ////disable sound from user 보조화면도 소리를 끈다.
|
||||
PUB.Set_Sound(false, true); ////disable sound from user 메인화면 소리를 끈다.
|
||||
PUB.Set_Sound(false, false); ////disable sound from user 서브화면도 소리를 끈다.
|
||||
|
||||
if (PUB.CONFIG.alamplc && PUB.masterk.IsOpen())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user