From 00683decda83a8389a0ae4f14eac0b6a1097d6ae Mon Sep 17 00:00:00 2001 From: shark219-hub Date: Mon, 23 Jun 2025 17:52:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=AC=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Viewer/TrendViewer/Frm_trend.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Viewer/TrendViewer/Frm_trend.cs b/Viewer/TrendViewer/Frm_trend.cs index 63e2f69..ecdda20 100644 --- a/Viewer/TrendViewer/Frm_trend.cs +++ b/Viewer/TrendViewer/Frm_trend.cs @@ -362,6 +362,7 @@ namespace vmsnet var enddate = PUB.TREND.graph_time_end; //각 파일 그룹별 대상 파일을 수집합니다. /* 작성자: 이재웅, 작성일: 2025-06-23, 내용: 0 ~ this.ChartListData.Length - 1 */ + // Parallel.For(시작_값, 종료_값, ...) 형태라고 했을 때, 루프는 '시작_값 ~ 종료_값' 임 // 'this.ChartListData.Length - 1' -> 'this.ChartListData.Length' 변경 Parallel.For(0, this.ChartListData.Length, i => {