public byte[] getScreenshot(ServerClient client) { return(getScreenshot(client.username)); }
public bool addClient(TcpClient client) { ServerClient user = new ServerClient(this.m_server, m_clientList.Count); return(true); }