Exemple #1
0
 public ChildDataSubscriber(Topic t) : base(t)
 {
     CheckTypeString(ChildData.GetTypeName());
 }
Exemple #2
0
 public ChildDataPublisher(Topic t) : base(t)
 {
     CheckTypeString(ChildData.GetTypeName());
 }