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