개정판 5c64268e
issue #00000 finalservice - polyline 닫히는 현상 수정
Change-Id: I497a5007442e0ea82e3e8f4f27736a9e84eb4427
KCOM/Services/BaseServices.cs | ||
---|---|---|
24 | 24 |
{ |
25 | 25 |
//const string DeepZoomUrl = @"http://{baseUrl}/TileSource/{TileSourcePath}/{ItemsPath}/{SharepointItemID}/{PageNo}.jpg"; |
26 | 26 |
public ServiceDeepViewClient BaseClient; |
27 |
public KcomService.ServiceDeepViewClient BaseTaskClient; |
|
27 |
public KcomService.ServiceDeepViewClient BaseTaskClient |
|
28 |
{ |
|
29 |
get {return new KcomService.ServiceDeepViewClient(App._binding, App._EndPoint); } |
|
30 |
} |
|
31 |
|
|
28 | 32 |
public ViewInfo _ViewInfo; |
29 | 33 |
public DOCINFO _DocInfo; |
30 | 34 |
public DOCUMENT_ITEM _DocItem; |
... | ... | |
58 | 62 |
} |
59 | 63 |
public void ServiceOn() |
60 | 64 |
{ |
61 |
BaseTaskClient = new KcomService.ServiceDeepViewClient(App._binding, App._EndPoint); |
|
65 |
//BaseTaskClient = new KcomService.ServiceDeepViewClient(App._binding, App._EndPoint);
|
|
62 | 66 |
BaseClient = new ServiceDeepViewClient(App._binding, App._EndPoint); |
63 | 67 |
|
64 | 68 |
BaseClient.GetDocInfoCompleted += BaseClient_GetDocInfoCompleted; //문서 섬네일, 페이지크기, 마크업 정보 [3] |
내보내기 Unified diff