예제 #1
0
파일: While.cs 프로젝트: simonwittber/uBAD
 public override void Apply(object[] args)
 {
     this.method = (ComponentMethodLookup)args[0];
 }
예제 #2
0
 public override void Apply(object[] args)
 {
     this.method = (ComponentMethodLookup)args[0];
 }