コード例 #1
0
 void IActionTrigger.BindTo(IActionTriggerable action)
 {
     this.action = action;
 }
コード例 #2
0
 void IActionTrigger.BindTo(IActionTriggerable action)
 {
     throw new Exception("The method or operation is not implemented.");
 }
コード例 #3
0
 public void BindTo(IActionTriggerable action)
 {
     throw new NotImplementedException();
 }