Front View plug-in does not init if no sensor added.
Fixing some format to make strings shorter.
Now trying to start SoundGraphAccess.exe process from same directory.
Packed mode now can display three sensors along with the current time.
2 using System.Collections.Generic;
5 namespace Aga.Controls.Tree
7 public class TreePathEventArgs : EventArgs
9 private TreePath _path;
15 public TreePathEventArgs()
17 _path = new TreePath();
20 public TreePathEventArgs(TreePath path)
23 throw new ArgumentNullException();