개정판 06f13e11
한글 파일명 다운로드 에러 수정
멀티 서비스 수정
Change-Id: I1a7eb48f1c758d32c805eb0394c66b92f9d27330
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/DataBaseByStatusViewModel.cs | ||
---|---|---|
1 |
using Markus.Service.StationController.StationService;
|
|
1 |
|
|
2 | 2 |
using System; |
3 | 3 |
using System.Collections.Generic; |
4 | 4 |
using System.ComponentModel; |
... | ... | |
7 | 7 |
using System.Threading.Tasks; |
8 | 8 |
using Markus.Service.Extensions; |
9 | 9 |
using Markus.Message; |
10 |
using Markus.Service.WcfClient.StationServiceTask; |
|
10 | 11 |
|
11 | 12 |
namespace Markus.Service.StationController.ViewModel |
12 | 13 |
{ |
... | ... | |
14 | 15 |
{ |
15 | 16 |
BackgroundWorker backgroundWorker; |
16 | 17 |
|
17 |
private List<StationService.ConvertItem> items;
|
|
18 |
private List<ConvertItem> items; |
|
18 | 19 |
private StatusCodeType statusType; |
19 | 20 |
private bool isLoading; |
20 | 21 |
|
내보내기 Unified diff