示例#1
0
 public void Redo(CommandContext context)
 {
 }
示例#2
0
 public void Redo(CommandContext context)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void Undo(CommandContext context)
 {
 }