public VMLCNBCategory()
 {
     News          = new VMLCNBNews[0];
     SubCategories = new VMLCNBCategory[0];
     Tags          = new SxVMMaterialTag[0];
 }
예제 #2
0
 public VMLGNBGame()
 {
     News = new VMLGNBNews[0];
     Tags = new SxVMMaterialTag[0];
     Videos = new VMLGNBVideo[0];
 }
예제 #3
0
 public VMLCNBCategory()
 {
     News = new VMLCNBNews[0];
     SubCategories = new VMLCNBCategory[0];
     Tags = new SxVMMaterialTag[0];
 }
예제 #4
0
 public VMLGNBGame()
 {
     News   = new VMLGNBNews[0];
     Tags   = new SxVMMaterialTag[0];
     Videos = new VMLGNBVideo[0];
 }