コード例 #1
0
 public PlayCommand(SireneModel model)
 {
     _model = model;
 }
コード例 #2
0
 public SireneViewModel(SireneModel model)
 {
     _model = model;
 }