index
:
xlgmokha/jive.net.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
EmptyCommand.cs
blob: 80c5525aff23c84a5404f8740f216cb2d614d306 (
plain
)
1
2
3
4
5
6
7
8
9
namespace jive { public class EmptyCommand : Command { public void run() { } } }