コード例 #1
0
ファイル: ClientMW.cs プロジェクト: ady2pak/licenta-2012
 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();
 }