[EDIT] made main window open only when the client has connected

This commit is contained in:
Sem van der Hoeven
2020-10-20 18:27:53 +02:00
parent f6c70bc717
commit 73dc0b94de
3 changed files with 14 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ using System.Text;
namespace SharedClientServer
{
public delegate void Callback();
class ClientServerUtil
{
// creates a message array to send to the server or to clients