At last we can output stuff on our display.
The whole thing is still quite broken though.
Rebase: No start-up but that's ok.
2 using System.Collections.Generic;
4 using Aga.Controls.Tree.NodeControls;
6 namespace Aga.Controls.Tree
8 public interface IToolTipProvider
10 string GetToolTip(TreeNodeAdv node, NodeControl nodeControl);