Exemple #1
0
 public void RemoveCallback()
 {
     this._myInterfaceable = null;
 }
Exemple #2
0
 public void AddCallback(IMyInterfaceabele myInterfaceable)
 {
     this._myInterfaceable = myInterfaceable;
 }