mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-25 19:38:37 +08:00
8 lines
150 B
C#
8 lines
150 B
C#
|
|
namespace mRemoteNG.UI.Controls
|
|
{
|
|
public interface IConnectionTreeDelegate
|
|
{
|
|
void Execute(IConnectionTree connectionTree);
|
|
}
|
|
} |