개정판 6f67c93d
pemss endpoint 변경
Change-Id: I914583865b8e02b761e992fa2aeb70500905b630
KCOM/App.xaml.cs | ||
---|---|---|
60 | 60 |
|
61 | 61 |
public static BasicHttpBinding _binding; |
62 | 62 |
public static EndpointAddress _EndPoint; |
63 |
public static EndpointAddress _PemssEndPoint; |
|
63 | 64 |
public static EndpointAddress _EndPoint_SaveLoad; |
64 | 65 |
public static EndpointAddress _EndPoint_Symbol; |
65 | 66 |
public static string UserID; |
... | ... | |
241 | 242 |
#endif |
242 | 243 |
|
243 | 244 |
_EndPoint = new EndpointAddress(string.Format("{0}/ServiceDeepView.svc", sBaseServiceURL)); |
244 |
|
|
245 |
_PemssEndPoint = new EndpointAddress(string.Format("{0}/PemssService.svc", sBaseServiceURL)); |
|
245 | 246 |
await SplashScreenAsnyc(); |
246 | 247 |
base.OnStartup(e); |
247 | 248 |
|
내보내기 Unified diff