This commit is contained in:
chi
2021-02-25 16:33:03 +09:00
parent 71698b5d8b
commit c5f6947344
18 changed files with 1147 additions and 630 deletions

View File

@@ -698,8 +698,8 @@ namespace FPJ0000
if (tbPath.StartsWith("/")) tbPath = tbPath.Replace("/", "\\");
else tbPath = "\\" + tbPath;
}
var serverpath = @"\\10.131.32.29\Data\Project";
//\\10.131.32.29\Data
var serverpath = Properties.Settings.Default.SharePath + @"\Project";
if (System.IO.Directory.Exists(serverpath) == false)
{
FCOMMON.Util.MsgE("프로젝트 기본경로가 존재하지 않아 진행할 수 없습니다\n\n" +
@@ -743,5 +743,10 @@ namespace FPJ0000
{
refreshData();
}
private void richTextBox2_TextChanged(object sender, EventArgs e)
{
}
}
}