All project work except tests

This commit is contained in:
Evgeny Redikultsev
2023-02-22 22:46:23 +05:00
parent 784d3d3a5f
commit 4899f3a38e
12 changed files with 175 additions and 229 deletions

11
TestProject1/UnitTest1.cs Normal file
View File

@@ -0,0 +1,11 @@
namespace TestProject1
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}