개정판 b10671a4
layout 변경
Change-Id: Iee33e49e17ec1fd14b2820f01f619a99ae17147e
KCOM/ViewModel/BiddersViewModel.cs | ||
---|---|---|
91 | 91 |
|
92 | 92 |
public BiddersViewModel() |
93 | 93 |
{ |
94 |
if (App.IsDesignMode) |
|
95 |
return; |
|
96 |
|
|
94 | 97 |
try |
95 | 98 |
{ |
96 | 99 |
if (pemssServiceClient == null) |
... | ... | |
102 | 105 |
} |
103 | 106 |
catch (Exception ex) |
104 | 107 |
{ |
105 |
|
|
106 |
throw; |
|
108 |
System.Diagnostics.Debug.WriteLine(ex); |
|
107 | 109 |
} |
108 | 110 |
} |
109 | 111 |
|
내보내기 Unified diff