Exemplo n.º 1
0
Arquivo: Strategy.cs Projeto: ifzz/FDK
 public void RegisterEvent(StrategyEvent e)
 {
     this.events.Add(e);
 }
Exemplo n.º 2
0
 public void RegisterEvent(StrategyEvent e)
 {
     this.events.Add(e);
 }