コード例 #1
0
 public DropDow()
 {
     data         = new Items();
     ElementName  = "dropDown";
     Id           = new ElementId();
     controls     = new Controls();
     imageVisible = false;
     dropDownSize = 7;
 }
コード例 #2
0
 public DropDow()
 {
     data = new Items();
     ElementName = "dropDown";
     Id = new ElementId();
     controls = new Controls();
     imageVisible = false;
     dropDownSize = 7;
 }