mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
6 lines
128 B
C#
6 lines
128 B
C#
using ServicePoint;
|
|
|
|
var connection = new Connection("127.0.0.1:2342");
|
|
var clear = Command.Clear();
|
|
connection.Send(clear);
|