コード例 #1
0
ファイル: Views.designer.cs プロジェクト: Avatarchik/EPoker
 public virtual void ExecuteSetProperties(SetPropertiesCommand command)
 {
     command.Sender = RoomPanel;
     RoomPanel.SetProperties.OnNext(command);
 }
コード例 #2
0
 public virtual void SetPropertiesHandler(SetPropertiesCommand command)
 {
     this.SetProperties(command.Sender as RoomPanelViewModel);
 }