Beispiel #1
0
 public Event()
 {
     Tags = new TagSet();
     Data = new DataDictionary();
 }
Beispiel #2
0
 public PersistentEvent()
 {
     Idx = new DataDictionary();
 }