예제 #1
0
 public ClientMW()
 {
     netServ = new NetworkServices(this);
     fTP = new fileTransferProtocol(this);
     prvConversations = new List<privateConversation>();
     InitializeComponent();
 }
예제 #2
0
 public ClientMW()
 {
     netServ          = new NetworkServices(this);
     fTP              = new fileTransferProtocol(this);
     prvConversations = new List <privateConversation>();
     InitializeComponent();
 }