jive.net
Code
Branches
Tags
Commits
main
jive.net
/
lib
/
EmptyCommand.cs
Top
1
namespace
jive
2
{
3
public
class
EmptyCommand
:
Command
4
{
5
public
void
run
(
)
6
{
7
}
8
}
9
}