Esempio n. 1
0
			public override void Reflect(RunInvokerTree tree, RunInvokerVertex parent, Type t)
			{
				MainMethodRunInvoker invoker = new MainMethodRunInvoker(this,this.main, this.successReturnCode);
				RunInvokerVertex child = 
					tree.AddChild(parent,invoker);
			}
Esempio n. 2
0
 public override void Reflect(RunInvokerTree tree, RunInvokerVertex parent, Type t)
 {
     MainMethodRunInvoker invoker = new MainMethodRunInvoker(this, this.main, this.successReturnCode);
     RunInvokerVertex     child   =
         tree.AddChild(parent, invoker);
 }