This website requires JavaScript.
Explore
Help
Register
Sign In
mikx
/
Filtration
Watch
1
Star
0
Fork
You've already forked Filtration
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1.1.0-beta1
Filtration
/
Filtration.ObjectModel
/
Commands
/
ICommand.cs
8 lines
115 B
C#
Raw
Permalink
Blame
History
namespace
Filtration.ObjectModel.Commands
{
public
interface
ICommand
{
void
Execute
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink