개정판 74abcf6f
sign manager 추가
Change-Id: Ia511ce9bf05e3a238353a549118d3b29ab673aa0
KCOM/App.xaml.cs | ||
---|---|---|
38 | 38 |
public static EndpointAddress _EndPoint; |
39 | 39 |
public static EndpointAddress _EndPoint_SaveLoad; |
40 | 40 |
public static EndpointAddress _EndPoint_Symbol; |
41 |
public static string UserID; |
|
42 | 41 |
public static string UserName; |
43 |
public static string UserIP; |
|
44 | 42 |
public static IKCOM.ViewInfo ViewInfo; |
45 | 43 |
public static string urlHost; |
46 | 44 |
public static string urlPort; |
... | ... | |
276 | 274 |
App.FileLogger.Debug(string.Format("{0}/ServiceDeepView.svc", BaseAddress)); |
277 | 275 |
_EndPoint = new EndpointAddress(string.Format("{0}/ServiceDeepView.svc", BaseAddress)); |
278 | 276 |
|
279 |
var license = new License.Validator.Valid(BaseAddress + "/License1");
|
|
277 |
var license = new License.Validator.Valid(BaseAddress + "/License"); |
|
280 | 278 |
|
281 | 279 |
license.ValidateError += License_ValidateError; |
282 | 280 |
|
내보내기 Unified diff