Start Clicker oop
This commit is contained in:
parent
6361e14b88
commit
4d4146e197
6 changed files with 41 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
namespace DependencyInversionPrinciple;
|
||||
using DIP.ChatServer;
|
||||
|
||||
public class ChatClient
|
||||
public class ChatClient : IChatClient
|
||||
{
|
||||
private readonly string _name;
|
||||
private readonly ChatServer _server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue