SharpCAT/Library/FlrigProtocol.cs
copilot-swe-agent[bot] 950d840238 Rename SharpCAT directory to Library and update all references
Co-authored-by: ekinnee <1707617+ekinnee@users.noreply.github.com>
2025-08-07 00:09:27 +00:00

11 lines
130 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace SharpCAT
{
class FlrigProtocol
{
}
}