Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IMenuAggregator.cs
1using System;
2using System.Windows.Controls;
3
5{
9 public interface IMenuAggregator
10 {
17 void AddContexMenuItems(TreeNode Node, ref string CurrentGroup, ContextMenu Menu);
18 }
19}
Abstract base class for tree nodes in the connection view.
Definition: TreeNode.cs:24
Interface for nodes that can aggregate items in menues to descendant nodes.
void AddContexMenuItems(TreeNode Node, ref string CurrentGroup, ContextMenu Menu)
Adds context menu items for a node.