WebCommand
The abstract base class necessary to decouple command requests from command execution. This
is not implemented as part of the initial NeatTools implementation. It is necessary to support
undo, redo operations.
Fields
Methods
- void Do() -- execute the command.
- void Undo() -- undo the effects of the command execution.