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