public virtual void ExpireCubeHandler(ExpireCubeCommand command)
 {
     this.ExpireCube(command.Sender as CubeViewModel);
 }
Exemplo n.º 2
0
 public virtual void ExecuteExpireCube(ExpireCubeCommand command)
 {
     command.Sender = Cube;
     Cube.ExpireCube.OnNext(command);
 }
Exemplo n.º 3
0
 public virtual void ExecuteExpireCube(ExpireCubeCommand command)
 {
     command.Sender = Cube;
     Cube.ExpireCube.OnNext(command);
 }
 public virtual void ExpireCubeHandler(ExpireCubeCommand command)
 {
     this.ExpireCube(command.Sender as CubeViewModel);
 }