namespace mRemoteNG.UI.Controls { public interface IConnectionTreeDelegate { void Execute(IConnectionTree connectionTree); } }