Esempio n. 1
0
 public virtual void ExecuteDoLogout(DoLogoutCommand command)
 {
     command.Sender = OutOfGameRoot;
     OutOfGameRoot.DoLogout.OnNext(command);
 }
Esempio n. 2
0
 public virtual void DoLogoutHandler(DoLogoutCommand command)
 {
     this.DoLogout(command.Sender as OutOfGameRootViewModel);
 }