diff options
Diffstat (limited to 'SendGrid/Example/Program.cs')
-rwxr-xr-x | SendGrid/Example/Program.cs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs new file mode 100755 index 0000000..abf67f0 --- /dev/null +++ b/SendGrid/Example/Program.cs @@ -0,0 +1,16 @@ +using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Net.Mail;
+using System.Text;
+
+namespace Example
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+
+ }
+ }
+}
|