コード例 #1
0
 public DVDPlayer(DVDPlayerState state)
 {
     _state = state;
 }
コード例 #2
0
 public DVDPlayer()
 {
     _state = new StandbyState();
 }