servicepoint/crates/servicepoint_binding_uniffi/libraries/csharp/ServicePoint.Example/Program.cs

6 lines
128 B
C#
Raw Normal View History

2024-11-02 23:15:54 +01:00
using ServicePoint;
2024-11-03 11:12:40 +01:00
var connection = new Connection("127.0.0.1:2342");
var clear = Command.Clear();
connection.Send(clear);