6 lines
No EOL
110 B
C#
6 lines
No EOL
110 B
C#
namespace Newlon.Components.GUI.Seedpackets;
|
|
|
|
public interface ISeedpacketPress
|
|
{
|
|
public void Pressed();
|
|
} |