diff options
author | TrueDoctor <d-kobert@web.de> | 2018-04-09 13:13:54 +0200 |
---|---|---|
committer | TrueDoctor <d-kobert@web.de> | 2018-04-09 13:13:54 +0200 |
commit | 4ca7291ebee440d9f3ef2a1643d8d01b29006459 (patch) | |
tree | 1603fdf24f1ead61cf7dd23c09a9784cfb1c780e /UnitTestProject1/UnitTest1.cs | |
parent | 82f07c959dc7a87251b4617e462003471e3cc071 (diff) |
Added FileHandler to enable sending heros via Discord
Diffstat (limited to 'UnitTestProject1/UnitTest1.cs')
-rw-r--r-- | UnitTestProject1/UnitTest1.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/UnitTestProject1/UnitTest1.cs b/UnitTestProject1/UnitTest1.cs deleted file mode 100644 index dbc289d..0000000 --- a/UnitTestProject1/UnitTest1.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using Microsoft.VisualStudio.TestTools.UnitTesting; - -namespace UnitTestProject1 -{ - [TestClass] - public class UnitTest1 - { - [TestMethod] - public void TestMethod1() - { - } - } -} |