public virtual void ExecuteFinishCurrentLevel(FinishCurrentLevelCommand command) {
     command.Sender = LevelRoot;
     LevelRoot.FinishCurrentLevel.OnNext(command);
 }
Ejemplo n.º 2
0
 public virtual void FinishCurrentLevelHandler(FinishCurrentLevelCommand command)
 {
     this.FinishCurrentLevel(command.Sender as LevelRootViewModel);
 }
Ejemplo n.º 3
0
 public virtual void FinishCurrentLevelHandler(FinishCurrentLevelCommand command)
 {
     this.FinishCurrentLevel(command.Sender as LevelRootViewModel);
 }
Ejemplo n.º 4
0
 public virtual void ExecuteFinishCurrentLevel(FinishCurrentLevelCommand command)
 {
     command.Sender = LevelRoot;
     LevelRoot.FinishCurrentLevel.OnNext(command);
 }