Beispiel #1
0
 public GemVariableEventArgs(int vid, ISecsValue value)
 {
     VID   = vid;
     Value = value;
 }
Beispiel #2
0
 public GemVariableEventArgs(GemVariable var)
 {
     Variable = var;
     VID      = var.ID;
     Value    = var.Data as ISecsValue;
 }