Files
macro-pad/host-app/MacroPad.Host/IAction.cs
T

4 lines
48 B
C#

public interface IAction
{
void Execute();
}