コード例 #1
0
ファイル: MockTextRange2.cs プロジェクト: parris/tilda
 public MockTextRange2(String content, MockTextFrame2 parent = null)
 {
     this.text = content;
     this.parent = parent;
 }
コード例 #2
0
ファイル: MockTextRange2.cs プロジェクト: pengxinglove/tilda
 public MockTextRange2(String content, MockTextFrame2 parent = null)
 {
     this.text   = content;
     this.parent = parent;
 }