public ClientMW() { netServ = new NetworkServices(this); fTP = new fileTransferProtocol(this); prvConversations = new List<privateConversation>(); InitializeComponent(); }
public ClientMW() { netServ = new NetworkServices(this); fTP = new fileTransferProtocol(this); prvConversations = new List <privateConversation>(); InitializeComponent(); }