스케쥴관리화면의 열너비 기능 추가

This commit is contained in:
chi
2021-05-10 14:48:25 +09:00
parent 0762fad2a5
commit c5a2b30ae3
111 changed files with 9730 additions and 876 deletions

View File

@@ -230,7 +230,7 @@ namespace FPJ0000
string path = tbPath.Text.Trim();
if (path == "")
{
path = "\\10.131.32.29\\Data\\Projects\\";
path = "\\10.131.32.33\\Data\\Projects\\";
path += tbIdx.Text;
tbPath.Text = path;
}