Ejemplo n.º 1
0
 public virtual void ExecuteSetProperties(SetPropertiesCommand command)
 {
     command.Sender = RoomPanel;
     RoomPanel.SetProperties.OnNext(command);
 }
Ejemplo n.º 2
0
 public virtual void SetPropertiesHandler(SetPropertiesCommand command)
 {
     this.SetProperties(command.Sender as RoomPanelViewModel);
 }