6 lines
No EOL
112 B
C#
6 lines
No EOL
112 B
C#
namespace Newlon.Components.GUI.Seedpackets;
|
|
|
|
public interface ISeedpacketProcess
|
|
{
|
|
public void Process();
|
|
} |