FrmServerLog
This commit is contained in:
@@ -32,7 +32,7 @@ namespace DDUtilityApp.MESDOWNLOADER
|
||||
private void ServerLog_Shown(object sender, EventArgs e)
|
||||
{
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
txtPath.Text = GlobalVariable.Instance.MesDownloadPath; //Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
|
||||
txtPath.Text = GlobalVariable.Instance.DownloadPathServerLog; //Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
|
||||
SetGridView();
|
||||
}
|
||||
private void ServerLog_Resize(object sender, EventArgs e)
|
||||
@@ -66,7 +66,7 @@ namespace DDUtilityApp.MESDOWNLOADER
|
||||
{
|
||||
// 선택한 경로를 텍스트 박스에 표시
|
||||
txtPath.Text = folderDialog.SelectedPath;
|
||||
GlobalVariable.Instance.MesDownloadPath = folderDialog.SelectedPath;
|
||||
GlobalVariable.Instance.DownloadPathServerLog = folderDialog.SelectedPath;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user