8 lines
101 B
D
8 lines
101 B
D
|
module command.remoteundostatus.command;
|
||
|
|
||
|
interface Command
|
||
|
{
|
||
|
void execute();
|
||
|
void undo();
|
||
|
}
|