notepad.net
Code
Branches
Tags
Commits
master
notepad.net
/
src
/
Notepad
/
Infrastructure
/
Core
/
ICommand.cs
Top
1
namespace
Notepad.Infrastructure.Core
{
2
public
interface
ICommand
{
3
void
Execute
(
)
;
4
}
5
}