public Client(TapChatClient chatApplication) { Application = chatApplication; msgBuffer = ""; Motu instance = Motu.Instance; ICI = 150; IWI = 500; }
//Constructor public Client(string ipAddress, int portNumber, TapChatClient chatApplication) { IpAddress = ipAddress; PortNumber = portNumber; Application = chatApplication; msgBuffer = ""; Motu instance = Motu.Instance; ICI = 150; IWI = 500; }