예제 #1
0
 public virtual void ExecuteQuitCoreGame(QuitCoreGameCommand command)
 {
     command.Sender = CoreGameRoot;
     CoreGameRoot.QuitCoreGame.OnNext(command);
 }
예제 #2
0
 public virtual void QuitCoreGameHandler(QuitCoreGameCommand command)
 {
     this.QuitCoreGame(command.Sender as CoreGameRootViewModel);
 }