개정판 5ded1e5a
issue #1206: 주석 제거
Change-Id: I2d1585c07f86351ebd1418d6807ea8c784c15535
KCOM/Services/BaseServices.cs | ||
---|---|---|
682 | 682 |
|
683 | 683 |
|
684 | 684 |
public void SetView(ViewInfo info) |
685 |
{ |
|
686 |
//string docid = info.EnsembleID;//BaseClient.GetDocItemID(info.EnsembleID);
|
|
685 |
{
|
|
686 |
string docid = BaseClient.GetDocItemID(info.EnsembleID);
|
|
687 | 687 |
this._ViewInfo = info; |
688 |
//if (!string.IsNullOrEmpty(docid))
|
|
689 |
//{
|
|
690 |
// this._ViewInfo.DocumentItemID = docid;
|
|
691 |
//}
|
|
692 |
Logger.sendReqLog("GetSystemDataAsync", "", 1); |
|
688 |
if (!string.IsNullOrEmpty(docid)) |
|
689 |
{ |
|
690 |
this._ViewInfo.DocumentItemID = docid; |
|
691 |
} |
|
692 |
Logger.sendReqLog("GetSystemDataAsync", "", 1);
|
|
693 | 693 |
BaseClient.GetSystemDataAsync(); |
694 | 694 |
} |
695 | 695 |
|
내보내기 Unified diff