Beispiel #1
0
 public SeparatorCell(SeparatorCell cell)
     : base(cell)
 {
     this.m_separatorType = cell.m_separatorType;
     this.Border = BorderType.None;
 }
Beispiel #2
0
 public SeparatorCell(SeparatorCell cell) : base(cell)
 {
     this.m_separatorType = cell.m_separatorType;
     this.Border          = BorderType.None;
 }