Exemplo n.º 1
0
 public void set(Command cObj, TimeEvent.EventType type = TimeEvent.EventType.Not_Initialized, Index index = Index.Index_Null)
 {
     this.obj = cObj;
     this.evType = type;
     this.index = index;
 }
Exemplo n.º 2
0
 public CommandNode()
 {
     this.index = Index.Index_Null;
     this.evType = TimeEvent.EventType.Not_Initialized;
     this.obj = null;
 }