2020-03-07 09:46:51 +08:00
|
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
|
2020-03-12 01:43:32 +08:00
|
|
|
namespace Microsoft.PowerToys.Settings.Test
|
2020-03-07 09:46:51 +08:00
|
|
|
{
|
|
|
|
[TestClass]
|
|
|
|
public class UnitTest1
|
|
|
|
{
|
|
|
|
[TestMethod]
|
|
|
|
public void TestMethod1()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|