public SimpleClient() { _form = new ClientForm(this); _tcpClient = new TcpClient(); _udpClient = new UdpClient(); noughtsAndCrosses = new NoughtsAndCrosses(this); noughtsAndCrosses.Hide(); nicknameList = new List <string>(); gameRecipient = ""; gameSender = ""; }