Files
PocketSharp/PocketSharp.Tests/UnitTest1.cs
T
2013-07-03 23:19:47 +02:00

15 lines
208 B
C#

using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace PocketSharp.Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}