Start Clicker oop

This commit is contained in:
Geir Okkenhaug Jerstad 2025-01-08 10:32:47 +01:00
parent 6361e14b88
commit 4d4146e197
6 changed files with 41 additions and 5 deletions

View file

@ -1,6 +1,7 @@
namespace DependencyInversionPrinciple;
using DIP.ChatServer;
public class ChatClient
public class ChatClient : IChatClient
{
private readonly string _name;
private readonly ChatServer _server;