Add() public method

public Add ( IEventClient client ) : void
client IEventClient
return void
Example #1
0
 public EventClient(EventDispatcher dispatcher)
 {
     this.dispatcher = dispatcher;
     Id = counter++;
     dispatcher.Add(this);
 }