summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Program.cs
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-10 13:51:45 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-10 13:51:45 -0800
commit984d29c878e15c7f26b545047870d282a8dce362 (patch)
tree1a8db33039b9d2561650cc5ee47295ce12216f3c /SendGrid/Example/Program.cs
parent1c1b72a6e5ceb686ef4ff5baa9ebe7a388ec5829 (diff)
downloadsendgrid-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-xSendGrid/Example/Program.cs1
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
{