Esempio n. 1
0
 public override object Invoke(CommunicationsHandler owner)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public override object Invoke(CommunicationsHandler owner)
 {
     return(owner.owner.Call(Type.GetType(this.type), this.method, this.values));
     /**/
 }
Esempio n. 3
0
 public abstract object Invoke(CommunicationsHandler owner);