Esempio n. 1
0
 static Program()
 {
     Target = new Foobar();
     Method = typeof(Foobar).GetMethod("Invoke");
     Executor = CreateExecutor(Method);
 }
Esempio n. 2
0
 static Program()
 {
     Target   = new Foobar();
     Method   = typeof(Foobar).GetMethod("Invoke");
     Executor = CreateExecutor(Method);
 }