~ircdotnet-dev/ircdotnet/0.1

« back to all changes in this revision

Viewing changes to IrcDotNet/IrcClientMessageSending.cs

  • Committer: Alex Regueiro
  • Date: 2010-02-01 23:05:53 UTC
  • Revision ID: alexreg@gmail.com-20100201230553-uvx1gm0wqv4xe8ge
Updated XML comments in IrcClient class.
Classes in IrcDotNet.Common project now reside in IrcDotNet.Common namespaces rather than System ones.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
using System;
2
 
using System.Collections;
3
2
using System.Collections.Generic;
4
3
using System.Linq;
5
4
using System.Text;