diff options
author | Brandon West <brawest@gmail.com> | 2012-07-13 15:57:31 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2012-07-13 15:57:31 -0600 |
commit | cbfe73a74a42120d3c061633c45e1c99f1921ae2 (patch) | |
tree | c6c45dcce65a962a262f3818e012762347c231b1 /SendGrid/Example/Program.cs | |
parent | c76114aee3506b0640b9b567a846c701d78f0b5d (diff) | |
parent | 1112ba4c4ac77b63ad63b729d68e3c816093c701 (diff) | |
download | sendgrid-csharp-cbfe73a74a42120d3c061633c45e1c99f1921ae2.zip sendgrid-csharp-cbfe73a74a42120d3c061633c45e1c99f1921ae2.tar.gz sendgrid-csharp-cbfe73a74a42120d3c061633c45e1c99f1921ae2.tar.bz2 |
merge streaming-attachments branch
Diffstat (limited to 'SendGrid/Example/Program.cs')
-rwxr-xr-x | SendGrid/Example/Program.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs index edec5c9..1debf2e 100755 --- a/SendGrid/Example/Program.cs +++ b/SendGrid/Example/Program.cs @@ -1,5 +1,6 @@ using System;
using System.Collections.Generic;
+using System.IO;
using System.Linq;
using System.Net;
using System.Net.Mail;
@@ -33,5 +34,6 @@ namespace Example Console.WriteLine("Done!");
Console.ReadLine();
}
+
}
}
|