示例#1
0
 public OtherContentDetailPage()
 {
     this._constantCollection  = new ConstantCollection();
     this._otherContentRT      = new OtherContentRT();
     this._pictureRT           = new PictureRT();
     this._visitorIPMACAddress = new VisitorIPMACAddress();
 }
 public DetailPage()
 {
     this._constantCollection  = new ConstantCollection();
     this._customClientRT      = new CustomClientRT();
     this._pictureRT           = new PictureRT();
     this._visitorIPMACAddress = new VisitorIPMACAddress();
 }
示例#3
0
 public Default()
 {
     this._customClientRT      = new CustomClientRT();
     this._categoryRT          = new CategoryRT();
     this._constantCollection  = new ConstantCollection();
     this._visitorIPMACAddress = new VisitorIPMACAddress();
 }
示例#4
0
 public DefaultInner()
 {
     this._materialRT          = new MaterialRT();
     this._categoryRT          = new CategoryRT();
     this._visitorIPMACAddress = new VisitorIPMACAddress();
     this._countryRT           = new CountryRT();
     this._divisionOrStateRT   = new DivisionOrStateRT();
 }
示例#5
0
 public SearchWeb()
 {
     this._visitorIPMACAddress = new VisitorIPMACAddress();
 }