Пример #1
0
 public virtual void ExecuteRefreshCoreGame(RefreshCoreGameCommand command)
 {
     command.Sender = CoreGameRoot;
     CoreGameRoot.RefreshCoreGame.OnNext(command);
 }
Пример #2
0
 public virtual void RefreshCoreGameHandler(RefreshCoreGameCommand command)
 {
     this.RefreshCoreGame(command.Sender as CoreGameRootViewModel);
 }