mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
7 lines
143 B
C#
7 lines
143 B
C#
namespace mRemoteNG.Connection
|
|
{
|
|
public interface IInheritable
|
|
{
|
|
ConnectionInfoInheritance Inheritance { get; set; }
|
|
}
|
|
} |