Adding SoundGraphDisplay and SensorFrontView classes.
They were respectively based on SystemTray and SensorNotifyIcon.
SoundGraphDisplay is now able to load iMONDisplay.dll providing it lives on your PATH.
Adding option to sensor context menu for adding it into FrontView.
2 using System.Collections.Generic;
6 namespace Aga.Controls.Tree
8 internal interface IRowLayout
10 int PreferredRowHeight
26 Rectangle GetRowBounds(int rowNo);
28 int GetRowAt(Point point);
30 int GetFirstRow(int lastPageRow);