示例#1
0
 public void Undo()
 {
     Console.WriteLine("Channel Command Undo");
     channelControl.DecreaseChannel();
 }