Ejemplo n.º 1
0
Archivo: timer.cs Proyecto: bjorg/DReAM
 internal void Execute(TaskEnv env) {
     env.Invoke(_handler, this);
 }
Ejemplo n.º 2
0
 internal void Execute(TaskEnv env)
 {
     env.Invoke(_handler, this);
 }