개정판 3b938959
issue #000000 검색 수정
Change-Id: I7ac25e17a0b62f753c52f52b8a77b73bb3bbe2bf
KCOM/Services/BaseServices.cs | ||
---|---|---|
17 | 17 |
using MarkupToPDF.Controls.Parsing; |
18 | 18 |
using Telerik.Windows.Data; |
19 | 19 |
using System.Web; |
20 |
using System.ServiceModel.Security; |
|
20 | 21 |
|
21 | 22 |
namespace KCOM.Views |
22 | 23 |
{ |
... | ... | |
26 | 27 |
public ServiceDeepViewClient BaseClient; |
27 | 28 |
public KcomService.ServiceDeepViewClient BaseTaskClient |
28 | 29 |
{ |
29 |
get {return new KcomService.ServiceDeepViewClient(App._binding, App._EndPoint); } |
|
30 |
get { |
|
31 |
var service = new KcomService.ServiceDeepViewClient(App._binding, App._EndPoint); |
|
32 |
return service; |
|
33 |
} |
|
30 | 34 |
} |
31 | 35 |
|
32 | 36 |
public ViewInfo _ViewInfo; |
내보내기 Unified diff