Exemplo n.º 1
0
 public ClientMW()
 {
     netServ = new NetworkServices(this);
     fTP = new fileTransferProtocol(this);
     prvConversations = new List<privateConversation>();
     InitializeComponent();
 }
Exemplo n.º 2
0
 public ClientMW()
 {
     netServ          = new NetworkServices(this);
     fTP              = new fileTransferProtocol(this);
     prvConversations = new List <privateConversation>();
     InitializeComponent();
 }