Fixed an issue where the voltages, temperatures, fans and controls arrays could be null (instead of zero length) causing NullReferenceExceptions in SuperIOHardware.
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);