개정판 c7955b40
search 후 Convert 수정
Change-Id: I3c9e136d7fe702e379ec5dfc7b016bb0d3a34745
ConvertService/ServiceBase/Markus.Service.StationController/Data/ConvertCOUNT.cs | ||
---|---|---|
7 | 7 |
|
8 | 8 |
namespace Markus.Service.StationController.Data |
9 | 9 |
{ |
10 |
class ConvertCOUNT : INotifyPropertyChanged |
|
10 |
public class ConvertCOUNT : INotifyPropertyChanged
|
|
11 | 11 |
{ |
12 | 12 |
public event PropertyChangedEventHandler PropertyChanged; |
13 | 13 |
|
... | ... | |
49 | 49 |
} |
50 | 50 |
} |
51 | 51 |
|
52 |
private int _ExceptionCount;
|
|
53 |
public int ExceptionCount
|
|
52 |
private double _ExceptionCount;
|
|
53 |
public double ExceptionCount
|
|
54 | 54 |
{ |
55 | 55 |
get |
56 | 56 |
{ |
... | ... | |
66 | 66 |
} |
67 | 67 |
} |
68 | 68 |
|
69 |
private int _Count;
|
|
70 |
public int Count
|
|
69 |
private double _Count;
|
|
70 |
public double Count
|
|
71 | 71 |
{ |
72 | 72 |
get |
73 | 73 |
{ |
내보내기 Unified diff