CheckPoint 등록
This commit is contained in:
@@ -188,6 +188,11 @@ namespace DDUtilityApp.LOGPARSER
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// [CheckPoint] 로그파일 목록을 반환한다
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="sender"></param>
|
||||||
|
/// <param name="e"></param>
|
||||||
private void BtnOK_Click(object sender, EventArgs e)
|
private void BtnOK_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@@ -314,6 +319,11 @@ namespace DDUtilityApp.LOGPARSER
|
|||||||
grid.AddContextMenu("Open Windows", GridEquipments_OpenWindows);
|
grid.AddContextMenu("Open Windows", GridEquipments_OpenWindows);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// [CheckPoint] 선택된 설비의 로그파일 목록을 표시한다.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="sender"></param>
|
||||||
|
/// <param name="e"></param>
|
||||||
private void GridEquipments_SelectionChanged(object sender, EventArgs e)
|
private void GridEquipments_SelectionChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|||||||
@@ -1273,6 +1273,10 @@ namespace DDUtilityApp.LOGPARSER
|
|||||||
|
|
||||||
#region [ Method ] ----------------------------------------------------
|
#region [ Method ] ----------------------------------------------------
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// [CheckPoint] 로그파일을 로컬에 복제후, 데이터를 생성한다
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
private StandardCollection Parsing()
|
private StandardCollection Parsing()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|||||||
@@ -361,6 +361,12 @@ namespace DDUtilityApp.LOGPARSER.PARSER
|
|||||||
GlobalVariable.Instance.SaveSetting();
|
GlobalVariable.Instance.SaveSetting();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// [CheckPoint] 로그파일 선택창을 표시한 후, 선택된 목록을 반환한다
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="sender"></param>
|
||||||
|
/// <param name="args"></param>
|
||||||
|
/// <returns></returns>
|
||||||
public override string[] FileSelector(FrmLogParser sender, params string[] args)
|
public override string[] FileSelector(FrmLogParser sender, params string[] args)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user