diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-10 13:51:45 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-10 13:51:45 -0800 |
commit | 984d29c878e15c7f26b545047870d282a8dce362 (patch) | |
tree | 1a8db33039b9d2561650cc5ee47295ce12216f3c /SendGrid/Example/Program.cs | |
parent | 1c1b72a6e5ceb686ef4ff5baa9ebe7a388ec5829 (diff) | |
download | sendgrid-csharp-984d29c878e15c7f26b545047870d282a8dce362.zip sendgrid-csharp-984d29c878e15c7f26b545047870d282a8dce362.tar.gz sendgrid-csharp-984d29c878e15c7f26b545047870d282a8dce362.tar.bz2 |
changed reference to namespace
Diffstat (limited to 'SendGrid/Example/Program.cs')
-rwxr-xr-x | SendGrid/Example/Program.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs index dde4452..abf67f0 100755 --- a/SendGrid/Example/Program.cs +++ b/SendGrid/Example/Program.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.Linq;
using System.Net.Mail;
using System.Text;
-using SendGrid.Transport;
namespace Example
{
|