diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-12-10 22:35:12 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-12-10 22:35:12 -0800 |
commit | dab9af344e9607a0721060d329c9069fdec2d0e4 (patch) | |
tree | d8116d58053a528d984aa42afcf84cec628dc1f4 /SendGrid/Example | |
parent | 7ee87036a6d2207c0afb7d8c41b53ecb80f71788 (diff) | |
download | sendgrid-csharp-dab9af344e9607a0721060d329c9069fdec2d0e4.zip sendgrid-csharp-dab9af344e9607a0721060d329c9069fdec2d0e4.tar.gz sendgrid-csharp-dab9af344e9607a0721060d329c9069fdec2d0e4.tar.bz2 |
Removed unused using statement.
Diffstat (limited to 'SendGrid/Example')
-rw-r--r-- | 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 e3a807a..8430e96 100644 --- a/SendGrid/Example/Program.cs +++ b/SendGrid/Example/Program.cs @@ -1,6 +1,5 @@ using System;
using System.Collections.Generic;
-using System.Net;
using System.Net.Http;
using System.Net.Mail;
using Newtonsoft.Json.Linq;
|