Exemplo n.º 1
0
Arquivo: timer.cs Projeto: bjorg/DReAM
 internal void ExecuteNow(TaskEnv env) {
     env.InvokeNow(() => _handler(this));
 }
Exemplo n.º 2
0
 internal void ExecuteNow(TaskEnv env)
 {
     env.InvokeNow(() => _handler(this));
 }