프로젝트

일반

사용자정보

개정판 aa42c9c1

IDaa42c9c19191a3009e84837fb239b11a7371c313
상위 47e6f196
하위 a4506d35, abf289f3, ec1eb4f9

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

p_ExcptionCheck bool -> int 변경

Change-Id: If5b3229fd1eced350ccdbca6e6a489637eaf45a3

차이점 보기:

ConvertService/ServiceController/Markus.Service.StationController/ViewModel/DataBaseItemsModel.cs
79 79
            }
80 80
        }
81 81

  
82
        private bool _ExcptionCheck = false;
83
        public bool ExcptionCheck
82
        private int? _ExcptionCheck;
83
        public int? ExcptionCheck
84 84
        {
85 85
            get
86 86
            {
......
1602 1602
        public void Reset(object obj)
1603 1603
        {
1604 1604
            SearchTimerOn = false;
1605
            ExcptionCheck = false;
1605
            ExcptionCheck = null;
1606 1606
            SelectedInt = 10;
1607 1607
            ProjectNumberFilter = ProjectNames[0];
1608 1608
            UniqueKeyFilter = null;

내보내기 Unified diff

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