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;
5 namespace Aga.Controls.Tree.NodeControls
7 public class NodeControlValueEventArgs : NodeEventArgs
12 get { return _value; }
13 set { _value = value; }
16 public NodeControlValueEventArgs(TreeNodeAdv node)