Better formatting FrontView lines. Now cycling through each FrontView sensor every 2 seconds.
Fixing character conversion when sending VFD text.
Using special FrontView characters for ?C and ?F.
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);