mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 12:08:37 +08:00
10 lines
166 B
C#
10 lines
166 B
C#
using mRemoteNG.Connection;
|
|
|
|
|
|
namespace mRemoteNG.Tree
|
|
{
|
|
public interface ITreeNodeClickHandler
|
|
{
|
|
void Execute(ConnectionInfo clickedNode);
|
|
}
|
|
} |