示例#1
0
 public ResHeroShop()
 {
     this.szName_ByteArray       = new byte[1];
     this.szObtWay_ByteArray     = new byte[1];
     this.PromotionID            = new uint[5];
     this.szOnTimeStr_ByteArray  = new byte[1];
     this.szOffTimeStr_ByteArray = new byte[1];
     this.stRegisterSale         = new ResDT_RegisterSale_Info();
     this.szName       = string.Empty;
     this.szObtWay     = string.Empty;
     this.szOnTimeStr  = string.Empty;
     this.szOffTimeStr = string.Empty;
 }
 public ResHeroSkinShop()
 {
     this.szHeroName_ByteArray        = new byte[1];
     this.szSkinName_ByteArray        = new byte[1];
     this.szSkinDesc_ByteArray        = new byte[1];
     this.szLimitQualityPic_ByteArray = new byte[1];
     this.szLimitLabelPic_ByteArray   = new byte[1];
     this.szGetPath_ByteArray         = new byte[1];
     this.PromotionID            = new uint[5];
     this.szOnTimeStr_ByteArray  = new byte[1];
     this.szOffTimeStr_ByteArray = new byte[1];
     this.stRegisterSale         = new ResDT_RegisterSale_Info();
     this.szHeroName             = string.Empty;
     this.szSkinName             = string.Empty;
     this.szSkinDesc             = string.Empty;
     this.szLimitQualityPic      = string.Empty;
     this.szLimitLabelPic        = string.Empty;
     this.szGetPath    = string.Empty;
     this.szOnTimeStr  = string.Empty;
     this.szOffTimeStr = string.Empty;
 }