예제 #1
0
 public void Add()
 {
     //add below _shape
     _owner.AddChildAt(_shape, 0);
 }
예제 #2
0
파일: HtmlLink.cs 프로젝트: mengtest/u1
 public void Add()
 {
     //add below text
     _owner.AddChildAt(shape, 0);
 }