naps2/NAPS2.Sdk.Tests/Images/UiImageTests.cs
Ben Olden-Cooligan 7544aff995 Add a couple DesktopController tests
Many more to add as we've set up the outline
2022-06-26 22:10:09 -07:00

11 lines
129 B
C#

using Xunit;
namespace NAPS2.Sdk.Tests.Images;
public class UiImageTests
{
[Fact]
public void Something()
{
}
}