프로젝트

일반

사용자정보

개정판 deaa202b

IDdeaa202b7ed3a3c2197863daf5219eb00ff5b91f
상위 857a9964
하위 57c89f86

유성호이(가) 약 2년 전에 추가함

issue #0000
삼성의견 Status Waiting 추가

Change-Id: Ic0df923816d4ab6bc260e1f786a5dabcdb0848e3

차이점 보기:

ID2.Manager/ID2.Manager.Common/Informations.cs
53 53
            get { return _IsYesNo; }
54 54
        }
55 55

  
56
        private readonly List<string> _ClientStatus = new List<string>() { "검토중", "회신완료" };
56
        private readonly List<string> _ClientStatus = new List<string>() { "Waiting", "검토중", "회신완료" };
57 57
        public List<string> ClientStatus
58 58
        {
59 59
            get { return _ClientStatus; }
ID2.Manager/ID2.Manager/Main.cs
431 431
            //회신(DS)
432 432
            if (this.radDropDownListFrReviewStatus.Items.Count > 0)
433 433
                this.radDropDownListFrReviewStatus.Items.Clear();
434
            informations.IsYesNo.ForEach(x =>
434
            informations.ClientStatus.ForEach(x =>
435 435
            {
436 436
                this.radDropDownListFrReviewStatus.Items.Add(new RadListDataItem(x, x));
437 437
            });

내보내기 Unified diff

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