/// <summary>
 /// Constructor
 /// </summary>
 /// <param name="server">the server who's Datamodel shall be shown</param>
 /// <param name="roots">the root Nodes where start displaying the Nodes</param>
 public ServerBrowseNodeCTRL(CollectorServer server, IList <BaseInstanceState> roots)
 {
     InitializeComponent();
     this.context = server.GetSystemContext();
     this.roots   = roots;
     updateView();
 }
Beispiel #2
0
 public OpcUAServer(CollectorServer _collector)
     : base()
 {
     collector = _collector;
 }