mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2025-12-06 03:31:59 +01:00
Stub for flrig interop.
This commit is contained in:
parent
57744dfb6a
commit
b89c46fc4a
10
SharpCAT/FlrigProtocol.cs
Normal file
10
SharpCAT/FlrigProtocol.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace SharpCATLib
|
||||||
|
{
|
||||||
|
class FlrigProtocol
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue