XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

HaloPixelToolBox

【WinUI3】基于USB HID通讯的花再音响工具箱

公开
关注 0 Fork 0 Star 0
UTF-8
using System.Runtime.Versioning;

namespace HaloPixelToolBox.Backend.Test;

[SupportedOSPlatform("windows")]
public class TestClass
{
    [SMTest]
    public static void TestMethod()
    {
        // This is a test method that will be executed by the test runner.
        // You can add your test logic here.
        Console.WriteLine("TestMethod executed successfully.");
    }
}