Ejemplo n.º 1
0
 public VMAOTRoutine(IBHAV func) : base()
 {
     Function = func;
 }
Ejemplo n.º 2
0
 public void SetJITRoutine(IBHAV bhav)
 {
     Function        = bhav;
     ExecuteFunction = ExecuteJIT;
 }