개정판 be7b18b6
Debug 와 Debug_HS
Change-Id: I6d05505bdaf7bc3345d0c32b7d43aedce75e5d71
ConvertService/ServiceController/Markus.Service.StationController/ViewModel/FinalPDFAddDialogViewModel.cs | ||
---|---|---|
17 | 17 |
|
18 | 18 |
public FinalPDFAddDialogViewModel() |
19 | 19 |
{ |
20 |
ProjectName(); |
|
21 |
FinalPDFAdd_OKCommand = new DelegateCommand(FinalPDFAdd_OK); |
|
20 |
if(!App.IsDesignMode) |
|
21 |
{ |
|
22 |
WcfClient = new DataService.DataServiceClient(); |
|
23 |
|
|
24 |
ProjectName(); |
|
25 |
|
|
26 |
FinalPDFAdd_OKCommand = new DelegateCommand(FinalPDFAdd_OK); |
|
27 |
} |
|
22 | 28 |
} |
23 | 29 |
|
24 | 30 |
private async void ProjectName() |
... | ... | |
36 | 42 |
|
37 | 43 |
#region Propertise |
38 | 44 |
|
39 |
DataService.DataServiceClient WcfClient = new DataService.DataServiceClient();
|
|
45 |
DataService.DataServiceClient WcfClient; |
|
40 | 46 |
|
41 | 47 |
private string _FinalPDFAdd_Document_ID; |
42 | 48 |
public string FinalPDFAdd_Document_ID |
내보내기 Unified diff