コード例 #1
0
 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);
 }