Beispiel #1
0
 /// <summary>
 /// Sets the variable shown in the dialog.
 /// </summary>
 public void SetVariable(NodeId variableId)
 {
     HistoryDataCTRL.ChangeNode(variableId);
 }
Beispiel #2
0
 /// <summary>
 /// Changes the session used.
 /// </summary>
 public void ChangeSession(Session session)
 {
     HistoryDataCTRL.ChangeSession(session);
 }