개정판 deaa202b
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