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