19 lines
337 B
C#
19 lines
337 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace FATrace.App.Domino
|
|
{
|
|
/// <summary>
|
|
/// 多米诺G35i 开发帮助类
|
|
/// 发送指令给多米诺设备进行外箱喷码
|
|
///
|
|
/// </summary>
|
|
public class DominoHelper
|
|
{
|
|
|
|
}
|
|
}
|