예제 #1
0
파일: CellEntity.cs 프로젝트: xiaoyj/Space
 public CellEntity(object value, Huawei.UNet.NE.View.CellType cellType, List<string> dataSource)
 {
     this.m_Value = value;
     this.m_CellType = cellType;
     this.m_DataSource = dataSource;
 }
예제 #2
0
파일: CellEntity.cs 프로젝트: xiaoyj/Space
 public CellEntity(object value, Huawei.UNet.NE.View.CellType cellType)
 {
     this.m_Value = value;
     this.m_CellType = cellType;
 }