HSMS, Workflow Download

This commit is contained in:
2025-03-05 17:08:54 +09:00
parent 933519164e
commit 0b7f4ba366
4 changed files with 191 additions and 112 deletions

View File

@@ -520,7 +520,7 @@ namespace DDUtilityApp.LOGPARSER
this.Cursor = Cursors.WaitCursor;
System.GC.Collect();
this.Parsing();
this.DownLoad_Parsing();
StandardData[] array = this.Filtering(this.StandardCollection.ToArray());
this.grid.AutoBinding(array);
@@ -1298,7 +1298,7 @@ namespace DDUtilityApp.LOGPARSER
/// [CheckPoint] 로그파일을 로컬에 복제(다운로드)후, 데이터를 생성한다
/// </summary>
/// <returns></returns>
private StandardCollection Parsing()
private StandardCollection DownLoad_Parsing()
{
try
{
@@ -1318,7 +1318,7 @@ namespace DDUtilityApp.LOGPARSER
XLogger.Instance.Info(lviewItem.Text);
LogFile logFile = lviewItem.Tag as LogFile;
switch(logFile.Account.Access)
switch(this.Account.Access)
{
case AccessType.SMB:
{