프로젝트

일반

사용자정보

개정판 c7955b40

IDc7955b40e48122cfa18a51583ded63eefc874e96
상위 80391351
하위 e139272d, 53deabaf

semi 이(가) 4년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)