8 lines
99 B
C#
8 lines
99 B
C#
namespace NetworkTest;
|
|
|
|
interface IServer
|
|
{
|
|
public void Start();
|
|
public void Stop();
|
|
|
|
} |