15 lines
244 B
C#
15 lines
244 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||
using System;
|
||
|
||
namespace РоговаИСП_33тест
|
||
{
|
||
[TestClass]
|
||
public class UnitTest1
|
||
{
|
||
[TestMethod]
|
||
public void TestMethod1()
|
||
{
|
||
}
|
||
}
|
||
}
|