コード例 #1
0
ファイル: DlgEqptInfo.cs プロジェクト: zfc317/mscd
        private void InitAttachmentGrid()
        {
            var eqptAttachmentBll = new BLL.EqptAttachment();

            _eqptAttachments         = eqptAttachmentBll.GetModelListWithoutAttachment(String.Format("SmId = {0} and LayerName = '{1}'", _smId, _layerInfo.LayerName));
            gc_Attachment.DataSource = _eqptAttachments;
        }
コード例 #2
0
ファイル: DlgEqptInfo.cs プロジェクト: zfc317/mscd
 private void InitAttachmentGrid()
 {
     var eqptAttachmentBll = new BLL.EqptAttachment();
     _eqptAttachments = eqptAttachmentBll.GetModelListWithoutAttachment(String.Format("SmId = {0} and LayerName = '{1}'", _smId, _layerInfo.LayerName));
     gc_Attachment.DataSource = _eqptAttachments;
 }