public virtual void RefreshSameCountHandler(RefreshSameCountCommand command)
 {
     this.RefreshSameCount(command.Sender as InGameRootViewModel, command.Argument);
 }
Пример #2
0
 public virtual void ExecuteRefreshSameCount(RefreshSameCountCommand command)
 {
     command.Sender = InGameRoot;
     InGameRoot.RefreshSameCount.OnNext(command);
 }