diff --git a/DDUtilityApp/LOGPARSER/FrmEqSelector.cs b/DDUtilityApp/LOGPARSER/FrmEqSelector.cs
index 0c830cf..62df6bd 100644
--- a/DDUtilityApp/LOGPARSER/FrmEqSelector.cs
+++ b/DDUtilityApp/LOGPARSER/FrmEqSelector.cs
@@ -188,6 +188,11 @@ namespace DDUtilityApp.LOGPARSER
}
}
+ ///
+ /// [CheckPoint] 로그파일 목록을 반환한다
+ ///
+ ///
+ ///
private void BtnOK_Click(object sender, EventArgs e)
{
try
@@ -314,6 +319,11 @@ namespace DDUtilityApp.LOGPARSER
grid.AddContextMenu("Open Windows", GridEquipments_OpenWindows);
}
+ ///
+ /// [CheckPoint] 선택된 설비의 로그파일 목록을 표시한다.
+ ///
+ ///
+ ///
private void GridEquipments_SelectionChanged(object sender, EventArgs e)
{
try
diff --git a/DDUtilityApp/LOGPARSER/FrmLogParser.cs b/DDUtilityApp/LOGPARSER/FrmLogParser.cs
index e8b6b38..c135ffd 100644
--- a/DDUtilityApp/LOGPARSER/FrmLogParser.cs
+++ b/DDUtilityApp/LOGPARSER/FrmLogParser.cs
@@ -1273,6 +1273,10 @@ namespace DDUtilityApp.LOGPARSER
#region [ Method ] ----------------------------------------------------
+ ///
+ /// [CheckPoint] 로그파일을 로컬에 복제후, 데이터를 생성한다
+ ///
+ ///
private StandardCollection Parsing()
{
try
diff --git a/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs b/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs
index b68e644..fd20bbe 100644
--- a/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs
+++ b/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs
@@ -361,6 +361,12 @@ namespace DDUtilityApp.LOGPARSER.PARSER
GlobalVariable.Instance.SaveSetting();
}
+ ///
+ /// [CheckPoint] 로그파일 선택창을 표시한 후, 선택된 목록을 반환한다
+ ///
+ ///
+ ///
+ ///
public override string[] FileSelector(FrmLogParser sender, params string[] args)
{
try