개정판 a6e5055d
Markus.Service.StationController DataBaseView 추가
Change-Id: I16b9c78a690e2ae8f804bf35c8787a9c97fea157
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/AliveViewModel.cs | ||
---|---|---|
115 | 115 |
} |
116 | 116 |
catch (Exception ex) |
117 | 117 |
{ |
118 |
System.Diagnostics.Debug.WriteLine(ex.ToString()); |
|
118 | 119 |
} |
119 | 120 |
|
120 | 121 |
IsLoading = false; |
... | ... | |
220 | 221 |
catch (Exception ex) |
221 | 222 |
{ |
222 | 223 |
result = false; |
224 |
System.Diagnostics.Debug.WriteLine(ex.ToString()); |
|
223 | 225 |
} |
224 | 226 |
|
225 | 227 |
return result; |
내보내기 Unified diff