コード例 #1
0
ファイル: SeparatorCell.cs プロジェクト: north0808/haina
 public SeparatorCell(SeparatorCell cell)
     : base(cell)
 {
     this.m_separatorType = cell.m_separatorType;
     this.Border = BorderType.None;
 }
コード例 #2
0
 public SeparatorCell(SeparatorCell cell) : base(cell)
 {
     this.m_separatorType = cell.m_separatorType;
     this.Border          = BorderType.None;
 }
コード例 #3
0
ファイル: SeparatorCell.cs プロジェクト: north0808/haina
 public SeparatorCell()
 {
     this.m_separatorType = Resco.Controls.AdvancedList.SeparatorType.Horizontal;
     this.Border = BorderType.None;
 }
コード例 #4
0
 public SeparatorCell()
 {
     this.m_separatorType = Resco.Controls.AdvancedList.SeparatorType.Horizontal;
     this.Border          = BorderType.None;
 }