mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-25 19:38:37 +08:00
9 lines
148 B
C#
9 lines
148 B
C#
using mRemoteNG.Container;
|
|
|
|
namespace mRemoteNG.Connection
|
|
{
|
|
public interface Parent
|
|
{
|
|
ContainerInfo Parent { get; set; }
|
|
}
|
|
} |