개정판 84c48033
issue #000: daelim merged(settings =>ini) 내/외부 구분 하여 api url 을 리턴하도록 Commonlib 추가. daelim ini 추가
Change-Id: I2904309621897cda96f9537982fbd6e53874be29
KCOM/Controls/CheckList.xaml.cs | ||
---|---|---|
400 | 400 |
} |
401 | 401 |
|
402 | 402 |
string extension = "xlsx"; |
403 |
string excelpath = global::KCOM.Properties.Settings.Default.excelFilePath;
|
|
403 |
string excelpath = CommonLib.Common.GetConfigString("excelFilePath", "URL", "", App.isExternal);
|
|
404 | 404 |
Uri url = new Uri(excelpath); |
405 | 405 |
|
406 | 406 |
System.Windows.Forms.SaveFileDialog dialog = new System.Windows.Forms.SaveFileDialog() |
내보내기 Unified diff