project 별도 프로그램으로 분리

This commit is contained in:
chikyun.kim
2018-09-17 15:52:51 +09:00
parent a873717126
commit 650ec72616
27 changed files with 3531 additions and 13288 deletions

View File

@@ -29,6 +29,7 @@ namespace Project
if (!System.IO.Directory.Exists(FCOMMON.info.Path))
System.IO.Directory.CreateDirectory(FCOMMON.info.Path);
}
FCOMMON.info.CS = Properties.Settings.Default.gwcs;
//setting
setting = new Setting(FCOMMON.info.Path.MakeFilePath("Setting", "Setting.xml"));