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