예제 #1
0
 public PrintableDocument()
 {
     this.childs = new PrintElementCollection(this);
     this._Rows  = new FlowRowCollection();
 }
예제 #2
0
파일: Block.cs 프로젝트: ummerland/FireBall
 public Block()
 {
     childs = new PrintElementCollection(this);
     _Flows = new FlowRowCollection();
 }