mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-25 11:18:37 +08:00
7 lines
142 B
C#
7 lines
142 B
C#
namespace mRemoteNG.Connection
|
|
{
|
|
public interface Inheritance
|
|
{
|
|
ConnectionInfoInheritance Inheritance { get; set; }
|
|
}
|
|
} |