HSMS, Workflow Download
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user