增加ToprieA8驱动库

This commit is contained in:
zqm
2025-10-24 09:07:24 +08:00
parent 88c90a3afc
commit e53f997e1e
5 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace JoyD.Windows.CS
{
public class A8
{
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<AssemblyName>JoyD.Windows.CS.ToprieA8</AssemblyName>
<RootNamespace>JoyD.Windows.CS</RootNamespace>
</PropertyGroup>
</Project>