Files
StructureHelper/TestProject1/UnitTest1.cs
2023-02-22 22:46:23 +05:00

11 lines
156 B
C#

namespace TestProject1
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}