SharpCAT/SharpCAT.cs

15 lines
241 B
C#
Raw Normal View History

2019-03-06 15:41:51 +01:00
namespace SharpCAT
{
public class SharpCAT
{
private string CatCmdStr { get; set; }
private Serial _serial;
public SharpCAT()
{
//_serial = new Serial();
}
}
}