This website requires JavaScript.
Explore
Help
Register
Sign In
dlang
/
patterns
Watch
1
Star
0
Fork
You've already forked patterns
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cf7774be6a
patterns
/
command
/
remoteundostatus
/
command.d
8 lines
101 B
D
Raw
Blame
History
module
command.remoteundostatus.command
;
interface
Command
{
void
execute
(
)
;
void
undo
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink