Example #1
0
 ///<summary>
 /// Constructs a new <see cref="Listener"/>.
 ///</summary>
 public Listener()
 {
     registry = new SupportedEventsRegistry(this);
 }
Example #2
0
 ///<summary>
 /// Constructs a new <see cref="Listener"/>.
 ///</summary>
 public Listener()
 {
     registry = new SupportedEventsRegistry(this);
 }