jhlim 20240202_2
This commit is contained in:
@@ -28,6 +28,11 @@ namespace DDUtilityApp
|
||||
/// </summary>
|
||||
public string DownloadPath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 로그파일 다운로드 경로 jhlim 20250202
|
||||
/// </summary>
|
||||
public string MesDownloadPath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Workflow 다운로드 경로
|
||||
/// </summary>
|
||||
@@ -109,6 +114,7 @@ namespace DDUtilityApp
|
||||
this.DefaultPath = defaultPath.Replace("%MyDocuments%", Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments));
|
||||
this.DownloadPath = $@"{this.DefaultPath}Download\";
|
||||
this.WorkflowPath = $@"{this.DefaultPath}Workflow\";
|
||||
this.MesDownloadPath = $@"{this.DefaultPath}MesDownload\"; //jhlim 20250202
|
||||
}
|
||||
|
||||
public void LoadSetting()
|
||||
|
||||
Reference in New Issue
Block a user