SharpCAT/SharpCAT.cs
2019-03-06 08:41:51 -06:00

15 lines
241 B
C#

namespace SharpCAT
{
public class SharpCAT
{
private string CatCmdStr { get; set; }
private Serial _serial;
public SharpCAT()
{
//_serial = new Serial();
}
}
}