初始化上传
This commit is contained in:
20
常用工具集/Utility/SerialDebug/ISendForm.cs
Normal file
20
常用工具集/Utility/SerialDebug/ISendForm.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SerialDebug
|
||||
{
|
||||
public interface ISendForm
|
||||
{
|
||||
List<CSendParam> getSendList();
|
||||
|
||||
|
||||
int LoopCount
|
||||
{
|
||||
get;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user