SetKA 함수 수정 / AlarmViewer, TrendViewer 중복실행 방지 추가
This commit is contained in:
@@ -41,7 +41,7 @@ namespace vmsnet
|
||||
this.tb_etime.Text = DateTime.Now.AddDays(0).ToString("yyyy-MM-dd 23:59:59");
|
||||
|
||||
if (cmb_gubun.Items.Count > 0)
|
||||
this.cmb_gubun.SelectedIndex = 0;
|
||||
this.cmb_gubun.SelectedIndex = 1; // HIGH (Default)
|
||||
|
||||
toolStripLabel1.Text = PUB.CONFIG.GetDatabasePath();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user