public void Execute()
 {
     stereo.On();
     stereo.SetCD();
     stereo.Volume = 10;
 }
コード例 #2
0
 public void Undo()
 {
     stereo.On();
 }