sphagnum/development/SphagnumDevelopmentDebug/UnitTest1.cs

11 lines
178 B
C#
Raw Normal View History

2024-04-03 01:10:04 +03:00
namespace SphagnumDevelopmentDebug
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}