Files
mRemoteNG/mRemoteV1/Connection/IInheritable.cs
2016-08-10 09:24:48 -06:00

7 lines
143 B
C#

namespace mRemoteNG.Connection
{
public interface IInheritable
{
ConnectionInfoInheritance Inheritance { get; set; }
}
}