Exemplo n.º 1
0
 public void UnregisterCommandListener(ITwitchCommandListener listener)
 {
     this.commandListeners.Remove(listener);
 }
Exemplo n.º 2
0
 public void RegisterCommandListener(ITwitchCommandListener listener)
 {
     this.commandListeners.Add(listener);
 }