7 lines
142 B
C#
7 lines
142 B
C#
namespace TBF.Rig.GenericDevices
|
|
{
|
|
public interface IFTPAdapter : TBF.Rig.Generic.IComponent
|
|
{
|
|
string Path { get; }
|
|
}
|
|
} |