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