Vanara/UnitTests/PInvoke/Shell32/ExplorerTests.cs

14 lines
178 B
C#

using NUnit.Framework;
using System;
namespace Vanara.PInvoke.Tests
{
[TestFixture]
public class ExplorerTests
{
// TODO: [Test]
public void GetExplTest()
{
}
}
}