Ejemplo n.º 1
0
 public void AddOnNotDetectedDelegate(Targetable.OnNotDetectedDelegate del)
 {
     this.onNotDetectedDelegates = (Targetable.OnNotDetectedDelegate)Delegate.Combine(this.onNotDetectedDelegates, del);
 }
Ejemplo n.º 2
0
 public void SetOnNotDetectedDelegate(Targetable.OnNotDetectedDelegate del)
 {
     this.onNotDetectedDelegates = del;
 }
Ejemplo n.º 3
0
 public void RemoveOnNotDetectedDelegate(Targetable.OnNotDetectedDelegate del)
 {
     this.onNotDetectedDelegates = (Targetable.OnNotDetectedDelegate)Delegate.Remove(this.onNotDetectedDelegates, del);
 }
Ejemplo n.º 4
0
 public void RemoveOnNotDetectedDelegate(Targetable.OnNotDetectedDelegate del)
 {
     this.onNotDetectedDelegates = (Targetable.OnNotDetectedDelegate)Delegate.Remove(this.onNotDetectedDelegates, del);
 }
Ejemplo n.º 5
0
 public void SetOnNotDetectedDelegate(Targetable.OnNotDetectedDelegate del)
 {
     this.onNotDetectedDelegates = del;
 }
Ejemplo n.º 6
0
 public void AddOnNotDetectedDelegate(Targetable.OnNotDetectedDelegate del)
 {
     this.onNotDetectedDelegates = (Targetable.OnNotDetectedDelegate)Delegate.Combine(this.onNotDetectedDelegates, del);
 }