示例#1
0
 public MvdFixedItemSection(MvdTag tag)
     : base(tag)
 {
 }
示例#2
0
 protected MvdSection(MvdTag tag)
 {
     this.Tag = tag;
 }
示例#3
0
 protected MvdSection(MvdTag tag)
 {
     this.Tag = tag;
 }
示例#4
0
 public MvdFixedItemSection(MvdTag tag)
     : base(tag)
 {
 }