send command with connection

This commit is contained in:
Vinzenz Schroeter 2024-11-03 11:12:40 +01:00
parent 07a1b8810c
commit 0dc1394935
11 changed files with 299 additions and 122 deletions

View file

@ -1,5 +1,5 @@
using ServicePoint;
var connection = new Connection("");
var clear = new Clear();
var connection = new Connection("127.0.0.1:2342");
var clear = Command.Clear();
connection.Send(clear);