示例#1
0
 public HBox2() : base()
 {
     this.box2 = new Box2(this, Orientation.Horizontal);
 }
示例#2
0
 public VBox2() : base()
 {
     this.box2 = new Box2(this, Orientation.Vertical);
 }