Esempio n. 1
0
		/// <summary>
		/// Creates a new instance of the TocClient class.
		/// </summary>
		public TocClient() {
			buddies = new BuddyInfoCollection(this);
			capabilities = new CapabilityCollection();
			lastSent = DateTime.Now;
		}
Esempio n. 2
0
 /// <summary>
 /// Creates a new instance of the TocClient class.
 /// </summary>
 public TocClient()
 {
     buddies      = new BuddyInfoCollection(this);
     capabilities = new CapabilityCollection();
     lastSent     = DateTime.Now;
 }