コード例 #1
0
 public ResetCommand(VideoCtrlsVM _obj)
 {
     obj = _obj;
 }
コード例 #2
0
 public PlayPauseCommand(VideoCtrlsVM _obj)
 {
     obj = _obj;
 }