some tests
This commit is contained in:
10
stream_deck_plugin/ClientTest/Program.cs
Normal file
10
stream_deck_plugin/ClientTest/Program.cs
Normal file
@ -0,0 +1,10 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
using ClientTest;
|
||||
|
||||
Console.WriteLine("Hello, World!");
|
||||
Client client = new Client();
|
||||
|
||||
while (true)
|
||||
{
|
||||
await Task.Delay(1000);
|
||||
}
|
||||
Reference in New Issue
Block a user