개정판 fe5ec96f
설치 수정
Change-Id: Ie149c2e58a718f5237615a9307b816e7797f6b1d
KCOM/ViewModel/RequirementViewModel.cs | ||
---|---|---|
89 | 89 |
|
90 | 90 |
public RequirementViewModel() |
91 | 91 |
{ |
92 |
if (pemssServiceClient == null)
|
|
92 |
try
|
|
93 | 93 |
{ |
94 |
pemssServiceClient = new PemssServiceClient(App._binding,App._PemssEndPoint); |
|
94 |
if (pemssServiceClient == null) |
|
95 |
{ |
|
96 |
pemssServiceClient = new PemssServiceClient(App._binding, App._PemssEndPoint); |
|
97 |
} |
|
98 |
|
|
99 |
OnGetRequirementDataAsync().ConfigureAwait(false); |
|
95 | 100 |
} |
101 |
catch (Exception EX) |
|
102 |
{ |
|
96 | 103 |
|
97 |
OnGetRequirementDataAsync().ConfigureAwait(false); |
|
104 |
throw; |
|
105 |
} |
|
98 | 106 |
} |
99 | 107 |
|
100 | 108 |
public override void Loaded() |
내보내기 Unified diff