개정판 77cdac33
벽산 수정 후 백업
Change-Id: I8e3eb48f615478a49efa0ab4014a8ef17d273d0a
KCOM/App.xaml.cs | ||
---|---|---|
195 | 195 |
//UserID = "H2009115", |
196 | 196 |
//Mode = result.Mode |
197 | 197 |
}; |
198 |
ParameterMode = true; |
|
198 |
ParameterMode = true;
|
|
199 | 199 |
} |
200 | 200 |
else |
201 | 201 |
{ |
... | ... | |
273 | 273 |
|
274 | 274 |
App.FileLogger.Debug(string.Format("{0}/ServiceDeepView.svc", BaseAddress)); |
275 | 275 |
_EndPoint = new EndpointAddress(string.Format("{0}/ServiceDeepView.svc", BaseAddress)); |
276 |
|
|
276 |
|
|
277 |
#if !DEBUG |
|
278 |
#endif |
|
277 | 279 |
var license = new License.Validator.Valid(BaseAddress + "/License"); |
278 | 280 |
|
279 | 281 |
license.ValidateError += License_ValidateError; |
... | ... | |
282 | 284 |
|
283 | 285 |
if (license.Activate()) |
284 | 286 |
{ |
285 |
|
|
287 |
|
|
286 | 288 |
} |
287 | 289 |
else |
288 | 290 |
{ |
289 | 291 |
|
290 | 292 |
} |
291 | 293 |
|
294 |
|
|
292 | 295 |
await SplashScreenAsnyc(); |
293 | 296 |
|
294 | 297 |
base.OnStartup(e); |
내보내기 Unified diff