Ejemplo n.º 1
0
 public AdMessage()
 {
     Channels = new ChannelMessage[GlobalSetting.Instance.ChannelWay];
     Channels.Init(GlobalSetting.Instance.ChannelWay);
 }