8 lines
99 B
C#
8 lines
99 B
C#
namespace UVC.UI.Commands
|
|
{
|
|
public interface ICommand
|
|
{
|
|
void Execute();
|
|
}
|
|
}
|