개정판 36d6ae21
isExternal 수정
Change-Id: I6e36c86fc1785bb7886061e739a86bfa4521c0bb
KCOM/App.xaml.cs | ||
---|---|---|
191 | 191 |
//sBaseServiceURL = CommonLib.Common.GetConfigString("BaseClientAddress", "URL", "", isExternal); |
192 | 192 |
sBaseServiceURL = CommonLib.Common.GetConfigString("Debug_BaseClientAddress", "URL", "", isExternal); |
193 | 193 |
#else |
194 |
sBaseServiceURL = CommonLib.Common.GetConfigString("BaseClientAddress", "URL", "", IsExternal);
|
|
194 |
sBaseServiceURL = CommonLib.Common.GetConfigString("BaseClientAddress", "URL", "", isExternal);
|
|
195 | 195 |
#endif |
196 | 196 |
|
197 | 197 |
_EndPoint = new EndpointAddress(string.Format("{0}/ServiceDeepView.svc", sBaseServiceURL)); |
내보내기 Unified diff