index
:
xlgmokha/notepad.net.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Notepad
/
Infrastructure
/
Core
/
ICommand.cs
blob: 1fadec346d7f18c28acc385df08a77e81c08f483 (
plain
)
1
2
3
4
5
namespace Notepad.Infrastructure.Core { public interface ICommand { void Execute(); } }