Example #1
0
 public ListenerKey(eListenerType type, string id) { Type = type; ListenerId = id; }
Example #2
0
 public ListenerKey(eListenerType type, string id)
 {
     Type = type; ListenerId = id;
 }