示例#1
0
 public LineList()
 {
     HPartionLines = new SDList <PartitionLine>();
     VPartionLines = new SDList <PartitionLine>();
     BorderLines   = new SDList <PartitionLine>();
 }
示例#2
0
 public RectList(DesignPanel tD)
 {
     SnipRectList = new SDList <Rect>();
     TDPanel      = tD;
 }