Exemplo n.º 1
0
 internal BuddyInfoCollection(TocClient tocClient)
 {
     this.tocClient = tocClient;
     lookUp         = new Hashtable();
 }
Exemplo n.º 2
0
		internal BuddyInfoCollection(TocClient tocClient) {
			this.tocClient = tocClient;
			lookUp = new Hashtable();
		}