Ejemplo n.º 1
0
 void IActionTrigger.BindTo(IActionTriggerable action)
 {
     this.action = action;
 }
Ejemplo n.º 2
0
 void IActionTrigger.BindTo(IActionTriggerable action)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Ejemplo n.º 3
0
 public void BindTo(IActionTriggerable action)
 {
     throw new NotImplementedException();
 }