Exemplo n.º 1
0
 public Topic(DDETickerRouter owner, string serviceName, string topicName)
 {
     this.owner       = owner;
     this.ServiceName = serviceName;
     this.TopicName   = topicName;
 }
Exemplo n.º 2
0
 public Topic(DDETickerRouter owner, string serviceName, string topicName)
 {
     this.owner = owner;
     this.ServiceName = serviceName;
     this.TopicName = topicName;
 }