Ejemplo n.º 1
0
 public virtual void ExecuteMatchBegan(MatchBeganCommand command)
 {
     command.Sender = Player;
     Player.MatchBegan.OnNext(command);
 }
Ejemplo n.º 2
0
 public virtual void MatchBeganHandler(MatchBeganCommand command)
 {
     this.MatchBegan(command.Sender as PlayerViewModel);
 }