コード例 #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();
 }